Hopefully fix appveyor build issue
Error was: cd C:\projects\nimbus The system cannot find the path specified. Command exited with code 1
This commit is contained in:
parent
c003c069ca
commit
c02510a7ab
|
@ -39,7 +39,7 @@ install:
|
||||||
- koch boot -d:release
|
- koch boot -d:release
|
||||||
- koch nimble
|
- koch nimble
|
||||||
build_script:
|
build_script:
|
||||||
- cd C:\projects\nimbus
|
- cd C:\projects\nimbus-aubsn
|
||||||
- nimble install -y
|
- nimble install -y
|
||||||
test_script:
|
test_script:
|
||||||
- nimble test
|
- nimble test
|
||||||
|
|
Loading…
Reference in New Issue