aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/mistral_ci.yml
blob: eb0972469fc129627b1760d994da49fd16802c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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: 98ec7f69bfd5ab77e608ccd47ede988b45a7d99b
      run: |
        source ./.github/ci/build_mistral.sh
        get_dependencies
        build_nextpnr
        run_archcheck