aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/mistral_ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mistral_ci.yml')
-rw-r--r--.github/workflows/mistral_ci.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/mistral_ci.yml b/.github/workflows/mistral_ci.yml
deleted file mode 100644
index b0bbfb52..00000000
--- a/.github/workflows/mistral_ci.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Mistral CI tests
-
-on: [push, pull_request]
-
-jobs:
- Build-nextpnr:
- runs-on: ubuntu-latest
- steps:
-
- - uses: actions/checkout@v2
- with:
- submodules: recursive
-
- - uses: actions/setup-python@v2
-
- - name: Install
- run: |
- sudo apt-get update
- sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev lzma-dev clang bison flex swig
-
- - name: Execute build nextpnr
- env:
- MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
- MISTRAL_REVISION: ebfc0dd2cc7d6d2159b641a397c88554840e93c9
- run: |
- source ./.github/ci/build_mistral.sh
- get_dependencies
- build_nextpnr
- run_archcheck