Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
bf402d58
Unverified
Commit
bf402d58
authored
Jul 13, 2021
by
Simon Ward
Browse files
Try to add Windows
parent
0b79c27c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_many_linux.yml
View file @
bf402d58
...
...
@@ -20,12 +20,12 @@ jobs:
name
:
CrysFML - Linux
path
:
${{ github.workspace }}/dist/*.whl
create-O
SX
:
create-O
thers
:
strategy
:
max-parallel
:
4
matrix
:
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
os
:
[
macos-10.15
,
macos-latest
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
,
3.10
]
os
:
[
macos-10.15
,
macos-
11.0
,
windows-
latest
]
gcc_v
:
[
10
]
# Version of GFortran we want to use.
exclude
:
-
os
:
macos-latest
...
...
@@ -51,16 +51,14 @@ jobs:
-
name
:
Install cmake
run
:
pip3 install cmake delocate
-
name
:
Fix Fortran
run
:
cp /usr/local/bin/gfortran-${{ matrix.gcc_v}} /usr/local/bin/gfortran
-
name
:
Build CFML
run
:
pip wheel ./ --no-deps -w ./dist/
-
name
:
Fix Wheel
if
:
contains(matrix.os, 'macos')
run
:
delocate-wheel -w fixed_wheels -v ./dist/*.whl
-
uses
:
actions/upload-artifact@v2
with
:
name
:
CrysFML - ${{ matrix.os }} - Python ${{ matrix.python
_
version }}
name
:
CrysFML - ${{ matrix.os }} - Python ${{ matrix.python
-
version }}
path
:
./fixed_wheels/*.whl
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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