File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195
196196 - uses : mamba-org/provision-with-micromamba@v15
197197 with :
198- environment-file : environment_unix .yml
198+ environment-file : ci/environment .yml
199199 extra-specs : |
200200 bison=3.4
201201
@@ -204,15 +204,18 @@ jobs:
204204 variant : sccache
205205 key : ${{ github.job }}-${{ matrix.os }}
206206
207- - name : Install BinUtils
207+ - name : Setup Platform (Linux)
208208 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
210214
211215 - name : Build Linux
212216 shell : bash -l {0}
213217 run : |
214- ./build0.sh
215- ./build1.sh
218+ xonsh ci/build.xsh
216219
217220 - name : PIP install required packages
218221 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments