build.bat 315 B

123456789101112131415
  1. REM Some debug info
  2. echo "Running on %CI_RUNNER_ID% (%CI_RUNNER_DESCRIPTION%) with tags %CI_RUNNER_TAGS%."
  3. gcc -v
  4. git clone --depth 1 https://github.com/nim-lang/csources.git
  5. cd csources
  6. call build64.bat
  7. cd ..
  8. set PATH=%CD%\bin;%PATH%
  9. nim -v
  10. nim c koch
  11. koch.exe boot
  12. copy bin/nim bin/nimd
  13. koch.exe boot -d:release