mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-20 21:33:08 +00:00
forgot to use new script to set up configure
This commit is contained in:
parent
ba1adaa351
commit
7e1d967251
@ -7,7 +7,7 @@ freebsd_12_task:
|
|||||||
install_script:
|
install_script:
|
||||||
- pkg install -y autoconf
|
- pkg install -y autoconf
|
||||||
build_script:
|
build_script:
|
||||||
- autoconf
|
- ./package/setup-configure
|
||||||
- ./configure || { cat config.log; exit 1; }
|
- ./configure || { cat config.log; exit 1; }
|
||||||
- make
|
- make
|
||||||
test_script:
|
test_script:
|
||||||
@ -17,7 +17,7 @@ linux_gcc_task:
|
|||||||
container:
|
container:
|
||||||
image: gcc:latest
|
image: gcc:latest
|
||||||
build_script:
|
build_script:
|
||||||
- autoconf
|
- ./package/setup-configure
|
||||||
- ./configure || { cat config.log; exit 1; }
|
- ./configure || { cat config.log; exit 1; }
|
||||||
- make
|
- make
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user