File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ matrix:
5252 # - env: TARGET=x86_64-pc-windows-msvc
5353 # os: windows
5454 # rust: nightly
55- - env : TARGET=x86_64-unknown-linux-gnu
56- rust : nightly
55+ # - env: TARGET=x86_64-unknown-linux-gnu
56+ # rust: nightly
5757 # - env: TARGET=x86_64-apple-darwin
5858 # os: osx
5959 # rust: nightly
@@ -78,8 +78,8 @@ after_script: set +e
7878before_deploy :
7979 - sh ci/before_deploy.sh
8080 - 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
81- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then cargo make sign-win-installer -- cwd wooting-analog-sdk -- --target $TARGET ; fi
82- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then cargo make build-deb -- cwd wooting-analog-sdk -- --target $TARGET ; fi
81+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then cargo make -- cwd wooting-analog-sdk sign-win-installer -- --target $TARGET ; fi
82+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then cargo make -- cwd wooting-analog-sdk build-deb -- --target $TARGET ; fi
8383
8484deploy :
8585 api_key :
You can’t perform that action at this time.
0 commit comments