Update codeql-analysis.yml

This commit is contained in:
Markus Gans 2020-10-02 01:51:52 +02:00 committed by GitHub
parent b428db3d9c
commit 31eb81d612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ jobs:
# uses a compiled language # uses a compiled language
- run: | - run: |
apt-get update
apt-get install autoconf-archive
autoreconf -v --install --force autoreconf -v --install --force
./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic" ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic"
make V=1 -j10 make V=1 -j10