mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Update build.yml
删除测试配置 - name: Running C++ Tests shell: bash run: | if [[ "${{ runner.os }}" == "Linux" ]] ; then export XVFB=xvfb-run fi cd build && $XVFB ctest --output-on-failure - name: Running CLI Tests if: ${{ matrix.scripting == 'lua' }} shell: bash run: | if [[ "${{ runner.os }}" == "Linux" ]] ; then export XVFB=xvfb-run fi export ASEPRITE=$PWD/build/bin/aseprite cd tests $XVFB bash run-tests.sh
This commit is contained in:
parent
f2b870a17f
commit
7a67abe35e
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -92,20 +92,4 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd build && ninja
|
||||
- name: Running C++ Tests
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ runner.os }}" == "Linux" ]] ; then
|
||||
export XVFB=xvfb-run
|
||||
fi
|
||||
cd build && $XVFB ctest --output-on-failure
|
||||
- name: Running CLI Tests
|
||||
if: ${{ matrix.scripting == 'lua' }}
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ runner.os }}" == "Linux" ]] ; then
|
||||
export XVFB=xvfb-run
|
||||
fi
|
||||
export ASEPRITE=$PWD/build/bin/aseprite
|
||||
cd tests
|
||||
$XVFB bash run-tests.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user