diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-12-15 00:41:03 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-12-15 00:41:03 +0100 |
commit | 31ebb11d73f7ad58afc497f20d9723503b83ca75 (patch) | |
tree | adff452d87ede1a1aad54fcf1ebbb87b92c72a95 /appveyor.yml | |
parent | bd8e89774e075aab66bb06df36486cf965afc464 (diff) | |
download | Nim-31ebb11d73f7ad58afc497f20d9723503b83ca75.tar.gz |
disabled appveyor tests since they die with a timeout
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 2b1eab5d0..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,36 +0,0 @@ -clone_depth: 5 - -artifacts: - - path: bin\nim.exe - -platform: - - x64 - -before_build: - - git log -1 - - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S zlib-devel" - - appveyor DownloadFile http://nim-lang.org/download/dlls.zip - - 7z e dlls.zip -odlls - - del dlls\libcurl.dll - - appveyor DownloadFile http://flatassembler.net/fasmw17139.zip - - 7z e fasmw17139.zip -obin fasm.exe - -build_script: - - SET PATH=C:\msys64\mingw64\bin;dlls;bin;%PATH% - - gcc -v - - git clone -q --depth 1 https://github.com/nim-lang/csources - - cd csources - - build64.bat - - cd .. - - nim c koch - - koch boot - - koch boot -d:release - -before_test: - - nim e install_nimble.nims - - nimble update - - nimble install zip - -test_script: - - nim c --taintMode:on tests/testament/tester - - tests\testament\tester --pedantic all |