-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tester] autotester should add OSX; eg using macincloud or macstadium #8493
Comments
I've been waiting for Travis' OSX support to become stable. |
This script has been working fine to build Nim from devel on Travis for the past 6 months. The only issue is the delay, Travis OSX machine sometimes queue jobs for hour. https://github.com/status-im/nimbus/blob/master/.travis.yml (you can remove rocksdb install part and Status patches) - os: osx
before_install:
- brew update
- brew install rocksdb
# - 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
- git fetch statusim
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- for b in $(git branch -a --list 'statusim/status-autopatch-*'); do git merge $b; done
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources
- sh build.sh
- cd ..
- export PATH=$PWD/bin:$PATH
- nim c koch
- ./koch boot -d:release
- ./koch nimble
- cd .. |
Time to use our bountysource money to buy a Mac server? :P |
Indeed. |
FAILURE! total: 105 passed: 85 skipped: 0
proposal
The text was updated successfully, but these errors were encountered: