2
0
mirror of synced 2025-02-18 00:26:25 +00:00
This commit is contained in:
mratsim 2018-09-10 18:22:38 +02:00
parent 09c67ca580
commit 1b65bb7607

View File

@ -79,8 +79,9 @@ install:
build_script: build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG% - cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y - nimble install -dy
test_script: test_script:
- git submodule update --init --recursive # On Linux nimble install does submodules though.
- nimble test - nimble test
deploy: off deploy: off