Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Sep 1, 2020
1 parent 4e87c76 commit 7d0c7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -33,12 +33,12 @@ script:
- travis_wait tar -xf matlab$MATLABRELEASE.tar.gz -C matlab
- popd

- script_debian matlab_path "-DWITH_OPENMP=OFF -DWITH_SELFCONTAINED=ON -DWITH_MATLAB=ON -DWITH_DEEPBIND=ON -DWITH_DOC=ON -DWITH_EXAMPLES=ON -DWITH_EXTRA_WARNINGS=ON -DCMAKE_INSTALL_PREFIX=../matlab_path" matlab_source
- script_debian matlab_install "-DWITH_OPENMP=OFF -DWITH_SELFCONTAINED=ON -DWITH_MATLAB=ON -DWITH_DEEPBIND=ON -DWITH_DOC=ON -DWITH_EXAMPLES=ON -DWITH_EXTRA_WARNINGS=ON -DCMAKE_INSTALL_PREFIX=../matlab_install" matlab_source

before_deploy:
#- echo "this file (and the casadi directory) should end up in a folder called 'casadi-linux-matlab$MATLABRELEASE-$COMMIT$NAME_SUFFIX'" > $MATLABPATH/dummy.txt
- export RESULT="$HOME/casadi-linux-matlab$MATLABRELEASE-$COMMIT$NAME_SUFFIX.tar.gz"
- pushd matlab_path/casadi && tar -czf $RESULT . && popd
- pushd matlab_install/casadi && tar -czf $RESULT . && popd
#- git push git@github.com:casadi/binaries.git :commit-$COMMIT || true
- export TRAVIS_TAG="commit-$COMMIT"
#- git push git@github.com:casadi/binaries.git "commit-$COMMIT"
Expand Down

0 comments on commit 7d0c7a1

Please sign in to comment.