kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/Hamlib/Hamlib
commit
1d005351b7
|
@ -9,7 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: fedora:32
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
sudo apt install libusb-1.0-0-dev
|
sudo apt install libusb-1.0-0-dev
|
||||||
./bootstrap
|
./bootstrap
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure CFLAGS=-m32 --without-cxx-binding
|
run: ./configure --without-cxx-binding
|
||||||
- name: make
|
- name: make
|
||||||
run: make -j 4
|
run: make -j 4
|
||||||
- name: make check
|
- name: make check
|
||||||
|
|
Ładowanie…
Reference in New Issue