Skip to content

Commit

Permalink
d324
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 24, 2024
1 parent 379b809 commit df62ecb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ env:

jobs:
hello-world:
strategy:
matrix:
include:
- name: linux_release_64
image: ${{ env.ubuntu_bld }}
asm: "-asm"
options: "-release_64"
artifact_name: "libebm_ubuntu_release_64"
- name: linux_debug_64
image: ${{ env.ubuntu_bld }}
asm: ""
options: "-debug_64"
artifact_name: "libebm_ubuntu_debug_64"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit df62ecb

Please sign in to comment.