mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Initialize CodeQL after running configure.
This commit is contained in:
@@ -20,16 +20,16 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
languages: cpp
|
||||
|
||||
- name: Configure ImageMagick
|
||||
run: |
|
||||
export CFLAGS="-Wno-deprecated-declarations"
|
||||
./configure --with-quantum-depth=${{matrix.quantum}} --enable-hdri=${{matrix.hdri}} --${{matrix.modules}}
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
languages: cpp
|
||||
|
||||
- name: Build ImageMagick
|
||||
run: |
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user