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
5859a95c
Unverified
Commit
5859a95c
authored
Jul 14, 2021
by
Simon Ward
Browse files
Fix paths
parent
d2ab6295
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
5859a95c
...
...
@@ -84,15 +84,12 @@ jobs:
-
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:\\ProgramData\\chocolatey\\bin' >> $GITHUB_PATH
-
name
:
Build CFML (Windows)
# run: pip3 wheel ./ --no-deps -w ./dist/
run
:
Get-ChildItem -Path C:\tools\msys64\mingw64\bin
run
:
pip3 wheel ./ --no-deps -w ./dist/
env
:
PKG_CONFIG_PATH
:
/mingw64/lib/pkgconfig
FC
:
gfortran.exe
# - 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