Skip to content

Commit e1b197b

Browse files
committed
Fix appveyor build script
1 parent 3b906a5 commit e1b197b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ install:
109109
#- ps: .\appveyor_rust_install.ps1 -channel stable -target x86_64-pc-windows-msvc
110110

111111
## Build Script ##
112+
build: false # fixes "specify a project or solution file" error
112113

113114
# Uses 'cargo test' to run tests. Alternatively, the project may call compiled programs directly or
114115
# perform other testing commands. Rust will automatically be placed in the PATH environment
115116
# variable.
116117
test_script:
117-
- cmd: cargo test --verbose
118+
- cmd: cargo test --verbose

0 commit comments

Comments
 (0)