Skip to content

Commit

Permalink
build CI package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Apr 8, 2024
1 parent d02a272 commit 6eb5fb2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: yosyshq-ci

on:
workflow_dispatch:

jobs:
run_tests:
runs-on: [self-hosted, linux, x64, fast]
steps:
- name: Checkout oss-cad-suite-build
uses: actions/checkout@v4

- name: Build
run: |
ln -s /opt/github/oss-cad-suite-build/_sources _sources
ln -s /opt/github/oss-cad-suite-build/_outputs _outputs
./builder.py build --target=yosyshq-ci

0 comments on commit 6eb5fb2

Please sign in to comment.