Skip to content

Commit

Permalink
Fix CI automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 22, 2023
1 parent 32c0096 commit 8933709
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug --disable-shared
- name: Build/Install libcups3
Expand All @@ -33,6 +34,7 @@ jobs:
with:
repository: michaelrsweet/pappl
path: pappl
submodules: recursive
- name: Configure PAPPL
run: cd pappl; ./configure --enable-debug --disable-shared
- name: Build/Install PAPPL
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug --disable-shared
- name: Build/Install libcups3
Expand All @@ -75,6 +78,7 @@ jobs:
with:
repository: michaelrsweet/pappl
path: pappl
submodules: recursive
- name: Configure PAPPL
run: cd pappl; ./configure --enable-debug --disable-shared
- name: Build/Install PAPPL
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug
- name: Build/install libcups3
Expand All @@ -55,6 +56,7 @@ jobs:
with:
repository: michaelrsweet/pappl
path: pappl
submodules: recursive
- name: Configure PAPPL
run: cd pappl; ./configure --enable-debug --disable-shared
- name: Build/Install PAPPL
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug
- name: Build/install libcups3
Expand All @@ -27,6 +28,7 @@ jobs:
with:
repository: michaelrsweet/pappl
path: pappl
submodules: recursive
- name: Configure PAPPL
run: cd pappl; ./configure --enable-debug --disable-shared
- name: Build/Install PAPPL
Expand Down

0 comments on commit 8933709

Please sign in to comment.