Raymond Toy pushed to branch rtoy-test-macos-vb-runner at cmucl / cmucl
Commits: 7e770201 by Raymond Toy at 2024-07-05T14:56:56-07:00 Some debugging to find gitlab-runner on osx.
The runner is needed to save artifacts.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -111,6 +111,8 @@ osx:install: - /opt/local/bin/curl -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2 - mkdir snapshot - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2) + - echo PATH = $PATH + - type -all gitlab-runner
osx:build: stage: build
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7e77020162efcb6365bde223...