mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Add compiled C runtime to artifact in Windows build
This commit is contained in:
17
.github/workflows/build-windows-package.yml
vendored
17
.github/workflows/build-windows-package.yml
vendored
@@ -44,6 +44,23 @@ jobs:
|
||||
make
|
||||
make install
|
||||
|
||||
- name: Upload C runtime to artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: gf-${{ github.sha }}-windows
|
||||
path: |
|
||||
/mingw64/bin/libpgf-0.dll
|
||||
/mingw64/bin/libgu-0.dll
|
||||
if-no-files-found: error
|
||||
|
||||
# - name: Build Java bindings
|
||||
#
|
||||
# - name: Upload Java bindings to artifact
|
||||
#
|
||||
# - name: Build Python bindings
|
||||
#
|
||||
# - name: Upload Python bindings to artifact
|
||||
|
||||
- name: Build GF
|
||||
run: |
|
||||
cabal install --only-dependencies -fserver
|
||||
|
||||
Reference in New Issue
Block a user