Skip to content

Commit

Permalink
Create linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI authored Feb 19, 2025
1 parent 6ac550f commit e6d957b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build Linux

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: steps
run: |
set -eux -o pipefail
chmod +x ./.github/workflows/install_ubuntu.sh
WE_MODE=install bash ./.github/workflows/install_ubuntu.sh
# - name: Debugging with tmate
# uses: mxschmitt/[email protected]
# - name: Build
# run: |
# /opt/Wolfram/WolframEngine/14.1/SystemFiles/Kernel/Binaries/Linux-ARM64/wolframscript -f Scripts/BuildLibrary.wls
# - name: upload
# uses: actions/upload-artifact@v4
# with:
# # A file, directory or wildcard pattern that describes what to upload
# # Required.
# path: LibraryResources/

0 comments on commit e6d957b

Please sign in to comment.