change the order of nim compilation and GCC compilation

This commit is contained in:
mratsim 2018-04-11 16:45:17 +02:00
parent d7379c1e11
commit 10689dd321
1 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,9 @@ matrix:
- os: osx
before_install:
- brew update # TODO: https://github.com/status-im/nimbus/issues/9
- brew install gcc
- git clone https://github.com/nim-lang/nim.git
- cd nim
- git remote add statusim https://github.com/status-im/nim.git
@ -31,8 +34,6 @@ matrix:
- ./koch boot -d:release
- ./koch nimble
- cd ..
- brew update # TODO: https://github.com/status-im/nimbus/issues/9
- brew install gcc
script:
- nimble install -dy && nimble test