diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e9f1c12..9a0497e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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