mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
building the JavaScript binding is disabled until someone takes care of it
This commit is contained in:
58
.github/workflows/build-majestic.yml
vendored
58
.github/workflows/build-majestic.yml
vendored
@@ -80,35 +80,35 @@ jobs:
|
||||
pip install pytest
|
||||
pytest
|
||||
|
||||
ubuntu-javascript:
|
||||
name: JavaScript (Ubuntu)
|
||||
runs-on: ubuntu-20.04
|
||||
needs: ubuntu-runtime
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@master
|
||||
with:
|
||||
name: libpgf-ubuntu
|
||||
- run: |
|
||||
sudo mv lib/* /usr/local/lib/
|
||||
sudo mv include/* /usr/local/include/
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: ./src/runtime/javascript
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
- name: Run testsuite
|
||||
working-directory: ./src/runtime/javascript
|
||||
run: |
|
||||
npm run test
|
||||
# ubuntu-javascript:
|
||||
# name: JavaScript (Ubuntu)
|
||||
# runs-on: ubuntu-20.04
|
||||
# needs: ubuntu-runtime
|
||||
#
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Download artifact
|
||||
# uses: actions/download-artifact@master
|
||||
# with:
|
||||
# name: libpgf-ubuntu
|
||||
# - run: |
|
||||
# sudo mv lib/* /usr/local/lib/
|
||||
# sudo mv include/* /usr/local/include/
|
||||
#
|
||||
# - name: Setup Node.js
|
||||
# uses: actions/setup-node@v2
|
||||
# with:
|
||||
# node-version: '12'
|
||||
#
|
||||
# - name: Install dependencies
|
||||
# working-directory: ./src/runtime/javascript
|
||||
# run: |
|
||||
# npm ci
|
||||
#
|
||||
# - name: Run testsuite
|
||||
# working-directory: ./src/runtime/javascript
|
||||
# run: |
|
||||
# npm run test
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user