We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48fd2e commit 9b8a4f4Copy full SHA for 9b8a4f4
circle.yml
@@ -2,9 +2,8 @@ dependencies:
2
pre:
3
- |
4
if [ ! -x ~/nim/bin/nim ]; then
5
- sudo apt-get install gcc
6
- git clone -b devel --depth 1 git://github.com/araq/nim ~/nim/
7
- git clone -b devel --depth 1 git://github.com/nim-lang/csources ~/nim/csources/
+ git clone -b master --depth 1 git://github.com/araq/nim ~/nim/
+ git clone -b master --depth 1 git://github.com/nim-lang/csources ~/nim/csources/
8
cd ~/nim/csources; sh build.sh; cd ..
9
rm -rf csources
10
bin/nim c koch
0 commit comments