Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
073a4955
Unverified
Commit
073a4955
authored
Jul 19, 2021
by
Simon Ward
Committed by
GitHub
Jul 19, 2021
Browse files
Update build_variants.yml
parent
8a4b3183
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
073a4955
...
...
@@ -67,32 +67,23 @@ jobs:
os
:
[
windows-latest
]
runs-on
:
${{ matrix.os }}
defaults
:
run
:
shell
:
bash -l {0}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Setup python
uses
:
actions/setup-python@v1
with
:
python-version
:
${{matrix.python-version}}
-
name
:
Install wheel
run
:
pip install wheel
-
uses
:
msys2/setup-msys2@v2
-
uses
:
conda-incubator/setup-miniconda@v2
with
:
msystem
:
MSYS
install
:
mingw-w64-x86_64-toolchain
update
:
true
path-type
:
inherit
-
name
:
Build CFML
shell
:
msys2 {0}
id
:
build
auto-update-conda
:
true
python-version
:
${{ matrix.python-version }}
auto-activate-base
:
true
-
name
:
Install required
run
:
|
pip wheel ./ --no-deps -w ./dist/
env
:
MINGW_ARCH
:
MINGW64
conda config --env --set always_yes true
conda install -c conda-forge gfortran cmake wheel
-
name
:
Build CFML
run
:
python setup.py bdist_wheel
-
uses
:
actions/upload-artifact@v2
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment