Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
d21305c2
There was an error fetching the commit references. Please try again later.
Commit
d21305c2
authored
1 year ago
by
Liam
Browse files
Options
Downloads
Patches
Plain Diff
add mac workflow
parent
9dc9aaf4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/verify.yml
+19
-0
19 additions, 0 deletions
.github/workflows/verify.yml
externals/nx_tzdb/tzdb_to_nx
+1
-1
1 addition, 1 deletion
externals/nx_tzdb/tzdb_to_nx
with
20 additions
and
1 deletion
.github/workflows/verify.yml
+
19
−
0
View file @
d21305c2
...
...
@@ -68,6 +68,25 @@ jobs:
with
:
name
:
${{ matrix.type }}
path
:
artifacts/
build-mac
:
name
:
'
test
build
(macos)'
needs
:
format
runs-on
:
macos-13
steps
:
-
uses
:
actions/checkout@v3
with
:
submodules
:
recursive
fetch-depth
:
0
-
name
:
Install dependencies
run
:
|
brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd
-
name
:
Build
run
:
|
mkdir build
cd build
export Qt5_DIR="/usr/local/opt/qt@5/lib/cmake"
cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF -DENABLE_LIBUSB=OFF
ninja
build-msvc
:
name
:
'
test
build
(windows,
msvc)'
needs
:
format
...
...
This diff is collapsed.
Click to expand it.
tzdb_to_nx
@
f6680093
Compare
0d17dd06
...
f6680093
Subproject commit
0d17dd066d91f954a4c89d46dcb067eead6b1e4a
Subproject commit
f6680093bca30265c161581fd813d4ddd33f1e3e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment