2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#2760] Added compilation back, python checks enabled

This commit is contained in:
Tomek Mrugalski
2023-03-09 14:51:56 +01:00
parent ea2cc5d207
commit f90baece46

View File

@@ -21,9 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
# language: ['cpp', 'python']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
language: [ 'cpp', 'python' ]
steps:
- name: Checkout repository
@@ -54,8 +52,10 @@ jobs:
- name: Build Kea
run: |
autoreconf -i
./configure
# make -j2
# We want to enable shell, so python files are generated. And CodeQL can
# check them.
./configure --enable-shell
make -j2
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun