mirror of https://github.com/VLSIDA/OpenRAM.git
Don't run workflow on public repo
This commit is contained in:
parent
bce8febda0
commit
bcacf13f61
|
|
@ -1,5 +1,8 @@
|
||||||
name: ci
|
name: ci
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- "VLSIDA/OpenRAM"
|
||||||
jobs:
|
jobs:
|
||||||
scn4me_subm:
|
scn4me_subm:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
@ -8,7 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: SCMOS test
|
- name: SCMOS test
|
||||||
run: |
|
run: |
|
||||||
. /home/github-runner/setup-paths.sh
|
. /home/github-runner/setup-paths.sh
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
export OPENRAM_TECH="${{ github.workspace }}/technology:/software/PDKs/skywater-tech"
|
export OPENRAM_TECH="${{ github.workspace }}/technology:/software/PDKs/skywater-tech"
|
||||||
export OPENRAM_TMP="${{ github.workspace }}/scn4me_subm_temp"
|
export OPENRAM_TMP="${{ github.workspace }}/scn4me_subm_temp"
|
||||||
|
|
@ -27,7 +30,7 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: FreePDK45 test
|
- name: FreePDK45 test
|
||||||
run: |
|
run: |
|
||||||
. /home/github-runner/setup-paths.sh
|
. /home/github-runner/setup-paths.sh
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
export OPENRAM_TECH="${{ github.workspace }}/technology:/software/PDKs/skywater-tech"
|
export OPENRAM_TECH="${{ github.workspace }}/technology:/software/PDKs/skywater-tech"
|
||||||
export OPENRAM_TMP="${{ github.workspace }}/freepdk45_temp"
|
export OPENRAM_TMP="${{ github.workspace }}/freepdk45_temp"
|
||||||
|
|
@ -54,4 +57,3 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# name: code-coverage-report
|
# name: code-coverage-report
|
||||||
# path: ${{ github.workspace }}/coverage_html/
|
# path: ${{ github.workspace }}/coverage_html/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue