-
-
Notifications
You must be signed in to change notification settings - Fork 2
45 lines (37 loc) · 966 Bytes
/
fast-builder-macos.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
name: MacOS
on:
push:
branches: [ macos_build ]
pull_request:
branches: [ macos_build ]
jobs:
build:
strategy:
matrix:
include:
- runner: macos-latest
cpu_count: 4
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout Bobcat repository
uses: actions/checkout@v3
with:
path: Bobcat
- name: Install dependencies (macOS)
if: matrix.runner == 'macos-latest'
run: brew update
- name: Checkout U++ repository
uses: actions/checkout@v3
with:
repository: ultimatepp/ultimatepp
path: upp-source
- name: Configure and Build U++
working-directory: upp-source
run: |
./configure
make -f ./umkMakefile -j 4
- name: Build Bobcat
run: |
cd ./Bobcat
ls -l
../upp-source/umk ../upp-source/uppsrc,../Bobcat/Bobcat Bobcat CLANG.bm -brvh +GUI,SHARED build/Bobcat