##// END OF EJS Templates
ci: add a runner for macos...
Matt Harbison -
r52907:941141c2 default
parent child Browse files
Show More
@@ -41,6 +41,7 variables:
41 before_script:
41 before_script:
42 - echo "python used, $PYTHON"
42 - echo "python used, $PYTHON"
43 - for tool in $SHOW_VERSION_OF ; do echo '#' version of $tool; $tool --version; done
43 - for tool in $SHOW_VERSION_OF ; do echo '#' version of $tool; $tool --version; done
44 - rm -rf /tmp/mercurial-ci/ # Clean slate if not using containers
44 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
45 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
45 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
46 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
46 - cd /tmp/mercurial-ci/
47 - cd /tmp/mercurial-ci/
@@ -179,3 +180,8 windows-pyox:
179 variables:
180 variables:
180 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt --pyoxidized"
181 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt --pyoxidized"
181 PYTHON: py -3
182 PYTHON: py -3
183
184 macos:
185 <<: *test_c
186 tags:
187 - macos
General Comments 0
You need to be logged in to leave comments. Login now