download fasm for the coro build

This commit is contained in:
Aman Gupta
2015-10-02 16:10:58 -07:00
parent 2f7802bea3
commit 8f6a275f4d

View File

@@ -7,6 +7,11 @@ addons:
packages:
- libcurl4-openssl-dev
- libsdl1.2-dev
before_script:
- set -e
- wget http://flatassembler.net/fasm-1.71.39.tgz
- tar xvf fasm-1.71.39.tgz
- export PATH=$(pwd)/fasm:$PATH
script:
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources