Raymond Toy pushed to branch rtoy-rework-ci at cmucl / cmucl Commits: b660ef49 by Raymond Toy at 2017-11-04T14:19:22-07:00 Add osx support. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,8 @@ linux-runner: - bin/make-dist.sh -I dist linux-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log +osx-runner: + tags: + - osx + script: + - echo $PWD View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/b660ef49c6f4d798494a56cc46... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/b660ef49c6f4d798494a56cc46... You're receiving this email because of your account on gitlab.common-lisp.net.