File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ matrix:
52
52
# - env: TARGET=x86_64-pc-windows-msvc
53
53
# os: windows
54
54
# rust: nightly
55
- - env : TARGET=x86_64-unknown-linux-gnu
56
- rust : nightly
55
+ # - env: TARGET=x86_64-unknown-linux-gnu
56
+ # rust: nightly
57
57
# - env: TARGET=x86_64-apple-darwin
58
58
# os: osx
59
59
# rust: nightly
@@ -78,8 +78,8 @@ after_script: set +e
78
78
before_deploy :
79
79
- sh ci/before_deploy.sh
80
80
- 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
83
83
84
84
deploy :
85
85
api_key :
You can’t perform that action at this time.
0 commit comments