Restructure CI/CD into proper dev -> stage -> main gated pipeline
- ci-dev.yaml: push to dev only (remove stale PR trigger) - ci-stage.yaml: PR from dev validates, push to stage publishes to foundation-stage; add -lm/-Wl,--allow-multiple-definition flags and all 9 native --test suites - sdk-release.yaml: add PR to main trigger for validation, gate publish/release/dispatch on push (post-merge) only; add -lm flags and all 9 native --test suites to main as well
This commit is contained in:
@@ -4,9 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
||||
Reference in New Issue
Block a user