mirror of https://github.com/CIRCL/PyCIRCLean
Fix travis build
parent
4bc113cefa
commit
c3fed019ab
12
.travis.yml
12
.travis.yml
|
@ -56,21 +56,23 @@ install:
|
||||||
- make
|
- make
|
||||||
- popd
|
- popd
|
||||||
- popd
|
- popd
|
||||||
|
- mkdir tests/uncategorized/path_traversal_zip/
|
||||||
|
- mkdir tests/uncategorized/path_traversal_rar/
|
||||||
- mv path-traversal-samples/zip/*.zip tests/uncategorized/path_traversal_zip
|
- mv path-traversal-samples/zip/*.zip tests/uncategorized/path_traversal_zip
|
||||||
- mv path-traversal-samples/rar/*.rar tests/uncategorized/path_traversal_rar
|
- mv path-traversal-samples/rar/*.rar tests/uncategorized/path_traversal_rar
|
||||||
# Office docs
|
# Office docs
|
||||||
- git clone https://github.com/eea/odfpy.git
|
- git clone https://github.com/eea/odfpy.git
|
||||||
- mv odfpy/tests/examples/* tests/uncategorized/odfpy
|
- mkdir tests/uncategorized/odfpy/
|
||||||
- pushd tests/uncategorized/
|
- mv odfpy/tests/examples/* tests/uncategorized/odfpy/
|
||||||
- mkdir olefile && pushd olefile
|
- mkdir tests/uncategorized/olefile
|
||||||
|
- pushd tests/uncategorized/olefile
|
||||||
- wget https://bitbucket.org/decalage/olefileio_pl/raw/3073963b640935134ed0da34906fea8e506460be/Tests/images/test-ole-file.doc
|
- wget https://bitbucket.org/decalage/olefileio_pl/raw/3073963b640935134ed0da34906fea8e506460be/Tests/images/test-ole-file.doc
|
||||||
- popd
|
- popd
|
||||||
- mkdir fraunhofer && pushd fraunhofer
|
- mkdir tests/uncategorized/fraunhofer && pushd tests/uncategorized/fraunhofer
|
||||||
- wget --no-check-certificate https://www.officedissector.com/corpus/fraunhoferlibrary.zip
|
- wget --no-check-certificate https://www.officedissector.com/corpus/fraunhoferlibrary.zip
|
||||||
- unzip -o fraunhoferlibrary.zip
|
- unzip -o fraunhoferlibrary.zip
|
||||||
- rm fraunhoferlibrary.zip
|
- rm fraunhoferlibrary.zip
|
||||||
- popd
|
- popd
|
||||||
- popd
|
|
||||||
# - pushd tests/dangerous/
|
# - pushd tests/dangerous/
|
||||||
# - 7z x -p42 42.zip
|
# - 7z x -p42 42.zip
|
||||||
# - popd
|
# - popd
|
||||||
|
|
Loading…
Reference in New Issue