-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (22 loc) · 908 Bytes
/
KM4.yml
File metadata and controls
24 lines (22 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Install KiteModels (latest release) using Julia 1.11
on:
schedule:
- cron: '0 1 * * *' # Runs every day at 1am UTC
workflow_dispatch: # Allows manual trigger from the Actions tab
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Install matplotlib
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
shell: bash
- name: Checkout code
uses: actions/checkout@v4
- name: Install mesa
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- uses: julia-actions/install-juliaup@v2
with:
channel: '1.11'
- name: Run script install_kitemodels_main
run: |
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' ./scripts/install_kitemodels