Skip to content

Commit 6eb5fb2

Browse files
committed
build CI package
1 parent d02a272 commit 6eb5fb2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: yosyshq-ci
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
run_tests:
8+
runs-on: [self-hosted, linux, x64, fast]
9+
steps:
10+
- name: Checkout oss-cad-suite-build
11+
uses: actions/checkout@v4
12+
13+
- name: Build
14+
run: |
15+
ln -s /opt/github/oss-cad-suite-build/_sources _sources
16+
ln -s /opt/github/oss-cad-suite-build/_outputs _outputs
17+
./builder.py build --target=yosyshq-ci

0 commit comments

Comments
 (0)