mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Add test
Add test Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
3d0368dc94
commit
ed48742468
1 changed files with 4 additions and 0 deletions
4
.github/workflows/dockcross.yml
vendored
4
.github/workflows/dockcross.yml
vendored
|
@ -74,6 +74,10 @@ jobs:
|
|||
run: |
|
||||
docker run --rm dockcross/${{ matrix.image_name }} > ./dockcross-${{ matrix.image_name }}
|
||||
chmod +x ./dockcross-${{ matrix.image_name }}
|
||||
- name: "Make script"
|
||||
run: |
|
||||
ls
|
||||
pwd
|
||||
- name: "Config CMakefile"
|
||||
run: ./dockcross-${{ matrix.image_name }} cmake -B dockcross-${{ matrix.image_name }} -S . -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||
- name: "Build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue