Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Add golang.
Browse files Browse the repository at this point in the history
Fix libdatachannel.
  • Loading branch information
fire committed Nov 5, 2024
1 parent 8fe19f2 commit dfa3ad8
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 225 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
precision: [single, double]
precision: [double]
platform: [macos]
target: [editor, template_release, template_debug]

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
precision: [single, double]
precision: [double]
platform: [linux, windows, android, web]
target: [editor, template_release, template_debug]

Expand Down Expand Up @@ -167,24 +167,6 @@ jobs:
- name: Fetch dependencies and Build Platform Target
run: |
just install_packages
export PLATFORM_ARGS=""
case "${{ matrix.platform }}" in
android)
PLATFORM_ARGS="fetch-openjdk setup-android-sdk"
;;
web)
PLATFORM_ARGS="setup-emscripten"
;;
windows)
PLATFORM_ARGS="fetch-llvm-mingw"
;;
macos)
PLATFORM_ARGS="build-osxcross fetch-vulkan-sdk"
;;
*)
PLATFORM_ARGS="nil"
;;
esac
bencher run \
--project 'v-sekai-world' \
--adapter shell_hyperfine \
Expand Down
Loading

0 comments on commit dfa3ad8

Please sign in to comment.