-
-
Notifications
You must be signed in to change notification settings - Fork 14
59 lines (43 loc) · 1.38 KB
/
full_macos12.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: MacOS 12
on: [push]
jobs:
###################################
# #
# FULL BUILDS #
# #
###################################
macos-full-build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Get machine name
run: |
echo "Machine name: $RUNNER_NAME"
- name: Install ninja-build
run: brew install ninja
- name: Install automake
run: brew install automake curl
- name: Install GNU sed
run: brew install gnu-sed
- name: Install Python dependencies
run: brew install libb2 libffi readline sqlite3 xz zlib
- name: Install pyFLTK dependencies
run: brew install subversion swig
- name: Setup environment
run: mkdir -p ssh
- name: Decode SSH key
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ssh/id_rsa
shell: bash
- name: Set permissions on SSH key
run: chmod 600 ssh/id_rsa
- name: Set executable permissions
run: |
chmod +x ./*.sh ./bin/*.sh ./etc/*.sh ./bin/release/*.sh
- name: Build mrv2
run: |
./etc/runme_nolog.sh -D TLRENDER_USD=OFF -t package
- name: Upload binaries
run: |
./bin/release/upload_sourceforge.sh