File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ jobs:
1313 platform : [x64]
1414 compiler : [gcc]
1515 configure :
16- - {label: "with pcre2", opt: "--with-pcre2" }
17- - {label: "with lua", opt: "--with-lua" }
16+ - {label: "with pcre2", opt: "--with-pcre2" }
17+ - {label: "with lua", opt: "--with-lua" }
18+ - {label: "wo lua", opt: "--without-lua" }
1819 steps :
1920 - name : Setup Dependencies
2021 run : |
2122 sudo apt-get update -y -qq
2223 sudo apt-get install -y apache2-dev libxml2-dev liblua5.1-0-dev libcurl4-gnutls-dev libpcre2-dev pkg-config libyajl-dev
2324 - uses : actions/checkout@v2
24- - name : build .sh
25- run : ./build .sh
25+ - name : autogen .sh
26+ run : ./autogen .sh
2627 - name : configure ${{ matrix.configure.label }}
2728 run : ./configure ${{ matrix.configure.opt }}
2829 - uses : ammaraskar/gcc-problem-matcher@master
You can’t perform that action at this time.
0 commit comments