File tree 1 file changed +8
-5
lines changed 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
196
196
- uses : mamba-org/provision-with-micromamba@v15
197
197
with :
198
- environment-file : environment_unix .yml
198
+ environment-file : ci/environment .yml
199
199
extra-specs : |
200
200
bison=3.4
201
201
@@ -204,15 +204,18 @@ jobs:
204
204
variant : sccache
205
205
key : ${{ github.job }}-${{ matrix.os }}
206
206
207
- - name : Install BinUtils
207
+ - name : Setup Platform (Linux)
208
208
shell : bash -l {0}
209
- run : micromamba install binutils-dev
209
+ run : |
210
+ echo "LFORTRAN_CMAKE_GENERATOR=Unix Makefiles" >> $GITHUB_ENV
211
+ echo "WIN=0" >> $GITHUB_ENV
212
+ echo "MACOS=0" >> $GITHUB_ENV
213
+ echo "ENABLE_RUNTIME_STACKTRACE=yes" >> $GITHUB_ENV
210
214
211
215
- name : Build Linux
212
216
shell : bash -l {0}
213
217
run : |
214
- ./build0.sh
215
- ./build1.sh
218
+ xonsh ci/build.xsh
216
219
217
220
- name : PIP install required packages
218
221
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments