mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🚧 CI: update path to tests
This commit is contained in:
parent
6a20590e9d
commit
16e759ee38
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
run: |
|
||||
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
cd ${{github.workspace}}/build
|
||||
./tests/test-initcpio
|
||||
./tests/test-pacmanconf
|
||||
./gucc/tests/test-initcpio
|
||||
./gucc/tests/test-pacmanconf
|
||||
shell: bash
|
||||
build-cmake_withoutdev:
|
||||
name: Build with CMake (DEVENV OFF)
|
||||
@ -80,8 +80,8 @@ jobs:
|
||||
run: |
|
||||
meson compile -C ${{github.workspace}}/build
|
||||
cd ${{github.workspace}}/build
|
||||
./tests/test-initcpio
|
||||
./tests/test-pacmanconf
|
||||
./gucc/tests/test-initcpio
|
||||
./gucc/tests/test-pacmanconf
|
||||
shell: bash
|
||||
build-meson_withoutdev:
|
||||
name: Build with Meson (DEVENV OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user