mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
azure: try to run automated tests
This commit is contained in:
parent
5c2a845f60
commit
bd42c9ee6b
@ -28,6 +28,18 @@ jobs:
|
||||
cd build
|
||||
../build-toolchain.bash --no-carbon
|
||||
displayName: 'build'
|
||||
- script: |
|
||||
cd build
|
||||
curl -O https://github.com/autc04/executor/releases/download/v0.1.0/Executor2000-0.1.0-Linux.tar.bz2
|
||||
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 "emulator=executor" >> ~/.LaunchAPPL.cfg
|
||||
ctest --no-compress-output -T test || true
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: 'CTest'
|
||||
testResultsFiles: build/Testing/**/*.xml
|
||||
buildPlatform: 'x86_64-linux'
|
||||
|
||||
- job: macOS
|
||||
pool:
|
||||
|
Loading…
Reference in New Issue
Block a user