Disable fasm usage

This commit is contained in:
cheatfate
2016-07-29 18:31:02 +03:00
parent 9ee5b5eabc
commit 902c264762

View File

@@ -10,14 +10,12 @@ addons:
- libgc-dev
before_script:
- set -e
- wget http://flatassembler.net/fasm-1.71.39.tgz
- tar xvf fasm-1.71.39.tgz
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources
- sh build.sh
- cd ..
- sed -i -e 's,cc = gcc,cc = clang,' config/nim.cfg
- export PATH=$(pwd)/bin:$(pwd)/fasm:$PATH
- export PATH=$(pwd)/bin:$PATH
script:
- nim c koch
- ./koch boot