Skip to content

Commit

Permalink
switch to using meson
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHarry committed Apr 10, 2021
1 parent 585e52d commit be30f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_deploy:
release_notes
- export release_name="PretextMap-"$(git describe --tags)
- mkdir $release_name
- cp -r $TRAVIS_BUILD_DIR/*.{cpp,h} $TRAVIS_BUILD_DIR/meson.build $TRAVIS_BUILD_DIR/wrapper $TRAVIS_BUILD_DIR/libdeflate $TRAVIS_BUILD_DIR/mpc $TRAVIS_BUILD_DIR/LICENSE $TRAVIS_BUILD_DIR/README.md $release_name/
- cp -r $TRAVIS_BUILD_DIR/*.{cpp,h} $TRAVIS_BUILD_DIR/meson.build $TRAVIS_BUILD_DIR/wrapper $TRAVIS_BUILD_DIR/libdeflate $TRAVIS_BUILD_DIR/mpc $TRAVIS_BUILD_DIR/LICENCE $TRAVIS_BUILD_DIR/README.md $release_name/
- tar -czf Source_with_Submodules.tar.gz $release_name
deploy:
edge: true
Expand Down

0 comments on commit be30f13

Please sign in to comment.