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:
Thomas M. DuBuisson 2021-09-22 19:05:06 -07:00 committed by Daniel Stenberg
parent e75be2c4b2
commit 33363aeb4d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
ignore = [ "DEAD_STORE" ]
build = "make"
setup = ".muse/setup.sh"
setup = ".lift/setup.sh"

4
.lift/setup.sh Executable file
View 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"

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
./buildconf
./configure
echo "Ran the setup script for muse including autoconf and executing ./configure"