mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -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:
|
||||
ghc-version: 8
|
||||
|
||||
- name: run testsuite
|
||||
- name: build and test the runtime
|
||||
working-directory: ./src/runtime/haskell
|
||||
run: |
|
||||
cabal install --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:
|
||||
name: Python (Linux)
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user