Skip to content

Commit

Permalink
Merge pull request #1 from NcStudios/jare-get-working-artifact
Browse files Browse the repository at this point in the history
Get working Linux and Windows Builds
  • Loading branch information
jaremieromer authored Apr 18, 2024
2 parents 0111b79 + ac6138e commit 1de31cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
options: "-DCMAKE_BUILD_TYPE=Release"
artifactUploadName: "swiftshader-ubuntu22.04-x64"
artifactLocation: "build_out/Linux/"
- name: Mac
os: macos-13
generator: "Xcode"
options: "-DCMAKE_BUILD_TYPE=Release"
artifactUploadName: "swiftshader-macOS-x64"
artifactLocation: "build_out/Darwin/"

name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
Expand All @@ -42,7 +36,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1

- name: Configure
run: ${{ matrix.env }} cmake -G "${{ matrix.generator }}" -S ./ -B build_out ${{ matrix.options }} -DSWIFTSHADER_ENABLE_VULKAN_DEBUGGER=1
run: ${{ matrix.env }} cmake -G "${{ matrix.generator }}" -S ./ -B build_out ${{ matrix.options }}

- name: Build
run: cmake --build build_out --target vk_swiftshader --config Release --parallel 4
Expand Down

0 comments on commit 1de31cf

Please sign in to comment.