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
d2ab6295
Unverified
Commit
d2ab6295
authored
Jul 14, 2021
by
Simon Ward
Browse files
Look at whats installed
parent
e8d11967
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
d2ab6295
...
...
@@ -78,22 +78,23 @@ jobs:
with
:
python-version
:
${{matrix.python-version}}
-
name
:
Install cmake
run
:
pip3 install cmake wheel
#
- name: Install cmake
#
run: pip3 install cmake wheel
-
name
:
Install Fotran
run
:
|
choco install mingw -y
choco install msys2 --params "/NoUpdate"
echo "C:\
\
tools\
\
msys64\
\
usr\
\
bin" >> $GITHUB_PATH
echo "C:\
\
tools\
\
msys64\
\
mingw64\
\
bin" >> $GITHUB_PATH
echo "C:\tools\msys64\usr\bin" >> $GITHUB_PATH
echo "C:\tools\msys64\mingw64\bin" >> $GITHUB_PATH
-
name
:
Build CFML (Windows)
run
:
pip3 wheel ./ --no-deps -w ./dist/
# run: pip3 wheel ./ --no-deps -w ./dist/
run
:
Get-ChildItem -Path C:\tools\msys64\mingw64\bin
env
:
PKG_CONFIG_PATH
:
/mingw64/lib/pkgconfig
-
uses
:
actions/upload-artifact@v2
with
:
name
:
CrysFML - ${{ matrix.os }} - Python ${{ matrix.python-version }}
path
:
./dist/*.whl
\ No newline at end of file
# - uses: actions/upload-artifact@v2
# with:
# name: CrysFML - ${{ matrix.os }} - Python ${{ matrix.python-version }}
# path: ./dist/*.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