forked from GitHub/gf-core
Merge branch 'majestic' of https://github.com/GrammaticalFramework/gf-core into majestic
This commit is contained in:
30
.github/workflows/build-majestic.yml
vendored
Normal file
30
.github/workflows/build-majestic.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
name: Build majestic runtime
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
ubuntu:
|
||||||
|
name: Build on Ubuntu
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install build tools
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y \
|
||||||
|
autoconf \
|
||||||
|
automake \
|
||||||
|
autotools-dev \
|
||||||
|
g++ \
|
||||||
|
libtool \
|
||||||
|
make
|
||||||
|
|
||||||
|
- name: Build package
|
||||||
|
working-directory: ./src/runtime/c
|
||||||
|
run: |
|
||||||
|
autoreconf -i
|
||||||
|
./configure
|
||||||
|
make
|
||||||
Reference in New Issue
Block a user