mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +00:00
azure: enable building carbon
This commit is contained in:
parent
3defbac788
commit
a50789d39a
@ -24,7 +24,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
../build-toolchain.bash --no-carbon
|
../build-toolchain.bash
|
||||||
displayName: 'Build'
|
displayName: 'Build'
|
||||||
- script: |
|
- script: |
|
||||||
cd build
|
cd build
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
tar xfvj Executor2000-0.1.0-Linux.tar.bz2 Executor2000-0.1.0-Linux/bin/executor-headless
|
tar xfvj Executor2000-0.1.0-Linux.tar.bz2 Executor2000-0.1.0-Linux/bin/executor-headless
|
||||||
echo "executor-path=`pwd`/Executor2000-0.1.0-Linux/bin/executor-headless" > ~/.LaunchAPPL.cfg
|
echo "executor-path=`pwd`/Executor2000-0.1.0-Linux/bin/executor-headless" > ~/.LaunchAPPL.cfg
|
||||||
echo "emulator=executor" >> ~/.LaunchAPPL.cfg
|
echo "emulator=executor" >> ~/.LaunchAPPL.cfg
|
||||||
ctest --no-compress-output -T test || true
|
ctest --no-compress-output -T test -E Carbon || true
|
||||||
displayName: Run Tests using Executor 2000
|
displayName: Run Tests using Executor 2000
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
../build-toolchain.bash --no-carbon
|
../build-toolchain.bash
|
||||||
displayName: Build
|
displayName: Build
|
||||||
- script: |
|
- script: |
|
||||||
cd build
|
cd build
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
tar xfvj Executor2000-0.1.0-Darwin.tar.bz2 Executor2000-0.1.0-Darwin/bin/executor-headless
|
tar xfvj Executor2000-0.1.0-Darwin.tar.bz2 Executor2000-0.1.0-Darwin/bin/executor-headless
|
||||||
echo "executor-path=`pwd`/Executor2000-0.1.0-Darwin/bin/executor-headless" > ~/.LaunchAPPL.cfg
|
echo "executor-path=`pwd`/Executor2000-0.1.0-Darwin/bin/executor-headless" > ~/.LaunchAPPL.cfg
|
||||||
echo "emulator=executor" >> ~/.LaunchAPPL.cfg
|
echo "emulator=executor" >> ~/.LaunchAPPL.cfg
|
||||||
ctest --no-compress-output -T test || true
|
ctest --no-compress-output -T test -E Carbon || true
|
||||||
displayName: Run Tests using Executor 2000
|
displayName: Run Tests using Executor 2000
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user