diff options
Diffstat (limited to 'ci/build.sh')
-rw-r--r-- | ci/build.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ci/build.sh b/ci/build.sh deleted file mode 100644 index 6321fffba..000000000 --- a/ci/build.sh +++ /dev/null @@ -1,15 +0,0 @@ -sh ci/deps.sh - -# Build from C sources. -git clone --depth 1 https://github.com/nim-lang/csources.git -cd csources -sh build.sh -cd .. -# Add Nim to the PATH -export PATH=$(pwd)/bin${PATH:+:$PATH} -# Bootstrap. -nim -v -nim c koch -./koch boot -cp bin/nim bin/nimd -./koch boot -d:release |