mirror of
https://github.com/nu774/fdkaac.git
synced 2025-06-05 23:29:14 +02:00
github workflow: make: use -j2 or -j3
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
./configure
|
./configure
|
||||||
make
|
make -j2
|
||||||
sudo make install
|
sudo make install
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
|
./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
|
||||||
make
|
make -j2
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
./configure
|
./configure
|
||||||
make
|
make -j3
|
||||||
make install
|
make install
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
./configure
|
./configure
|
||||||
make
|
make -j2
|
||||||
make install
|
make install
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user