1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00
Add test

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-31 10:16:49 +02:00
parent 3d0368dc94
commit ed48742468

View file

@ -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"