mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-18 20:37:56 +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:
|
||||
- pkg install -y autoconf
|
||||
build_script:
|
||||
- autoconf
|
||||
- ./package/setup-configure
|
||||
- ./configure || { cat config.log; exit 1; }
|
||||
- make
|
||||
test_script:
|
||||
@ -17,7 +17,7 @@ linux_gcc_task:
|
||||
container:
|
||||
image: gcc:latest
|
||||
build_script:
|
||||
- autoconf
|
||||
- ./package/setup-configure
|
||||
- ./configure || { cat config.log; exit 1; }
|
||||
- make
|
||||
test_script:
|
||||
|
Loading…
Reference in New Issue
Block a user