Skip to content

Commit

Permalink
Correct travis commands to work with latest cargo make
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Nov 29, 2021
1 parent e18a7e2 commit ba406a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ matrix:
# - env: TARGET=x86_64-pc-windows-msvc
# os: windows
# rust: nightly
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
# - env: TARGET=x86_64-unknown-linux-gnu
# rust: nightly
# - env: TARGET=x86_64-apple-darwin
# os: osx
# rust: nightly
Expand All @@ -78,8 +78,8 @@ after_script: set +e
before_deploy:
- sh ci/before_deploy.sh
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y wixtoolset --version 3.10.3.300702 || true; export PATH=$PATH";C:\Program Files (x86)\WiX Toolset v3.10\bin" ; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cargo make sign-win-installer --cwd wooting-analog-sdk -- --target $TARGET ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cargo make build-deb --cwd wooting-analog-sdk -- --target $TARGET ; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cargo make --cwd wooting-analog-sdk sign-win-installer -- --target $TARGET ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cargo make --cwd wooting-analog-sdk build-deb -- --target $TARGET ; fi

deploy:
api_key:
Expand Down

0 comments on commit ba406a1

Please sign in to comment.