Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CrysFML
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scientific Software
CrysFML
Commits
d5bbdf18
Unverified
Commit
d5bbdf18
authored
3 years ago
by
Simon Ward
Browse files
Options
Downloads
Patches
Plain Diff
Try built in MSYS
parent
a4cf373f
No related branches found
No related tags found
2 merge requests
!18
Feature python api build wheels
,
!17
Feature - Python_api wheels
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build_variants.yml
+4
-6
4 additions, 6 deletions
.github/workflows/build_variants.yml
with
4 additions
and
6 deletions
.github/workflows/build_variants.yml
+
4
−
6
View file @
d5bbdf18
...
...
@@ -69,9 +69,6 @@ jobs:
runs-on
:
${{ matrix.os }}
steps
:
-
name
:
switch git-bash shell to msys2 shell by adding msys2 path to PATH front
run
:
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
shell
:
bash
-
uses
:
actions/checkout@v2
...
...
@@ -81,7 +78,9 @@ jobs:
python-version
:
${{matrix.python-version}}
-
name
:
Install wheel
run
:
pip install wheel
run
:
|
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
pip install wheel
# - uses: msys2/setup-msys2@v2
# with:
...
...
@@ -91,8 +90,7 @@ jobs:
# path-type: inherit
-
name
:
Build CFML
# shell: msys2 {0}
# id: build
shell
:
msys2 {0}
run
:
pip wheel ./ --no-deps -w ./dist/
env
:
MINGW_ARCH
:
MINGW64
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment