Skip to content

Commit f90f9f9

Browse files
use build.sh
1 parent 0482560 commit f90f9f9

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,12 @@ jobs:
6565
arch: x64
6666

6767
# ---------- configure + build ----------
68-
- name: Configure (Unix)
68+
- name: Build examples (Unix)
6969
if: runner.os != 'Windows'
7070
shell: bash
71-
env:
72-
GITHUB_TOKEN: ${{ github.token }}
7371
run: |
7472
set -eux
75-
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
76-
77-
- name: Build (Unix)
78-
if: runner.os != 'Windows'
79-
shell: bash
80-
run: |
81-
set -eux
82-
cmake --build build --config Release
73+
./build.sh clean -G Ninja -DCMAKE_BUILD_TYPE=Release
8374
8475
- name: Configure (Windows)
8576
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)