Skip to content

Commit ae0da41

Browse files
committed
feat: WASM
1 parent 2f86d13 commit ae0da41

22 files changed

+5609
-53
lines changed

.actrc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Act configuration for local GitHub Actions testing
2+
# yaml-cpp.wasm - System Tier 2
3+
4+
# Use Docker containers that match GitHub Actions
5+
-P ubuntu-latest=catthehacker/ubuntu:act-latest
6+
-P ubuntu-20.04=catthehacker/ubuntu:act-20.04
7+
-P ubuntu-18.04=catthehacker/ubuntu:act-18.04
8+
9+
# Default platform
10+
--platform ubuntu-latest=catthehacker/ubuntu:act-latest
11+
12+
# Environment variables for local testing
13+
--env EMSDK_VERSION=3.1.50
14+
--env NODE_VERSION=18
15+
--env PYTHON_VERSION=3.x
16+
17+
# Secrets for local development (use .secrets if needed)
18+
# --secret-file .secrets
19+
20+
# Verbose output for debugging
21+
--verbose
22+
23+
# Bind mount for better caching
24+
--bind
25+
26+
# Use host networking for better performance
27+
--use-gitignore
28+
29+
# Container options for better resource allocation
30+
--container-options="--cpus=4 --memory=8g"
31+
32+
# Default job to run when no specific job is specified
33+
# act -j build-test

0 commit comments

Comments
 (0)