mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
ci: update Lift config to match requirements of curl build
Also renamed Muse -> Lift, the new tool name. Closes #7761
This commit is contained in:
parent
e75be2c4b2
commit
33363aeb4d
@ -1,3 +1,3 @@
|
||||
ignore = [ "DEAD_STORE" ]
|
||||
build = "make"
|
||||
setup = ".muse/setup.sh"
|
||||
setup = ".lift/setup.sh"
|
4
.lift/setup.sh
Executable file
4
.lift/setup.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
./buildconf
|
||||
./configure --with-openssl
|
||||
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
|
@ -1,4 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
./buildconf
|
||||
./configure
|
||||
echo "Ran the setup script for muse including autoconf and executing ./configure"
|
Loading…
Reference in New Issue
Block a user