File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 57
57
export BUILD_MODE=prod
58
58
fi
59
59
60
- pip install --user subprojects/langkit/
61
-
62
- # Python used in GitHub CI on Windows can't understand
63
- # make's notation of absolute path in form of /d/PATH,
64
- # where /d is drive D: Let's use relative path instead
65
- sed -i -e ' /langkit/s/.{CURDIR}/../' subprojects/gpr/Makefile
66
-
67
- make -C subprojects/gpr setup prefix=$prefix \
68
- GPR2KBDIR=./gprconfig_kb/db ENABLE_SHARED=no \
69
- ${DEBUG: +BUILD=debug} build-lib-static install-lib-static
70
-
71
60
make -C subprojects/templates-parser setup prefix=$prefix \
72
61
ENABLE_SHARED=no \
73
62
${DEBUG: +BUILD=debug} build-static install-static
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix : # Build debug and production
18
18
debug : ['', 'debug'] # '' if production, 'debug' for debug
19
- os : [macos-10.15 , ubuntu-18 .04, windows-latest]
19
+ os : [macos-11 , ubuntu-20 .04, windows-latest]
20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
22
- name : Setup Python 3.8
65
65
with :
66
66
repository : AdaCore/templates-parser
67
67
path : subprojects/templates-parser
68
- - name : Get Langkit
69
- uses : actions/checkout@v2
70
- with :
71
- repository : AdaCore/langkit
72
- path : subprojects/langkit
73
- - name : Get gpr
74
- uses : actions/checkout@v2
75
- with :
76
- repository : AdaCore/gpr
77
- path : subprojects/gpr
78
- ref : edge
79
- - name : Get gprconfig_kb
80
- uses : actions/checkout@v2
81
- with :
82
- repository : AdaCore/gprconfig_kb
83
- path : subprojects/gpr/gprconfig_kb
84
68
- name : Get GNATdoc
85
69
uses : actions/checkout@v2
86
70
with :
You can’t perform that action at this time.
0 commit comments