mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 11:48:55 -06:00
try building the compiler
This commit is contained in:
15
.github/workflows/build-majestic.yml
vendored
15
.github/workflows/build-majestic.yml
vendored
@@ -52,11 +52,24 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ghc-version: 8
|
ghc-version: 8
|
||||||
|
|
||||||
- name: run testsuite
|
- name: build and test the runtime
|
||||||
working-directory: ./src/runtime/haskell
|
working-directory: ./src/runtime/haskell
|
||||||
run: |
|
run: |
|
||||||
|
cabal install --extra-lib-dirs=/usr/local/lib
|
||||||
cabal test --extra-lib-dirs=/usr/local/lib
|
cabal test --extra-lib-dirs=/usr/local/lib
|
||||||
|
|
||||||
|
- name: build the compiler
|
||||||
|
working-directory: ./src/compiler
|
||||||
|
run: |
|
||||||
|
cabal install
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@master
|
||||||
|
with:
|
||||||
|
name: compiler-linux
|
||||||
|
path: |
|
||||||
|
/usr/local/bin/gf
|
||||||
|
|
||||||
linux-python:
|
linux-python:
|
||||||
name: Python (Linux)
|
name: Python (Linux)
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Reference in New Issue
Block a user