mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Add macos install, build, and test trio of scripts.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cd src/engine
|
||||
./build.sh ${TOOLSET}
|
||||
./b2 -v
|
||||
cd ../..
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cd test
|
||||
./test_all.py ${TOOLSET}
|
||||
cd ..
|
||||
+5
-1
@@ -120,5 +120,9 @@ for:
|
||||
- matrix:
|
||||
only:
|
||||
- job_build: 'XcodeBuild'
|
||||
build_script:
|
||||
install:
|
||||
- ./.ci/macos-install.sh
|
||||
build_script:
|
||||
- ./.ci/macos-build.sh
|
||||
test_script:
|
||||
- ./.ci/macos-test.sh
|
||||
|
||||
Reference in New Issue
Block a user