summary refs log blame commit diff stats
path: root/ci/build.sh
blob: 6321fffba83f70d946a201c376dcdc41696eb9e8 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                            
                                     





                      
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