Skip to content

Commit

Permalink
GHA ci-nix.yml: move configure to related section, speedup build (j4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres authored Nov 5, 2024
1 parent 46312b0 commit e3892ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
CC: ${{ matrix.compiler }}
run: |
test -f configure && echo "configure already exists in $(pwd) ..." || autoreconf -f
mkdir ./unix/build-${{ matrix.compiler }}
mkdir ./unix/build-${{ matrix.compiler }}; cd $_
../../configure --with-tcl=/usr/lib/tcl8.6
- name: Build ${{ matrix.compiler }}
working-directory: ./unix/build-${{ matrix.compiler }}
env:
CC: ${{ matrix.compiler }}
run: |
../../configure --with-tcl=/usr/lib/tcl8.6
make
make -j4
- name: Test ${{ matrix.compiler }}
working-directory: ./unix/build-${{ matrix.compiler }}
Expand Down

0 comments on commit e3892ca

Please sign in to comment.