Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
92691399
Unverified
Commit
92691399
authored
Feb 01, 2024
by
Won-Kyu Park
Browse files
add windows build matrix
parent
c12c4c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
.github/workflows/cmake.yml
.github/workflows/cmake.yml
+10
-2
No files found.
.github/workflows/cmake.yml
View file @
92691399
...
@@ -15,15 +15,23 @@ jobs:
...
@@ -15,15 +15,23 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
ubuntu-latest
]
os
:
[
ubuntu-latest
,
windows-latest
]
python-version
:
[
'
3.10'
,
'
3.11'
]
python-version
:
[
'
3.10'
,
'
3.11'
]
cuda-version
:
[
'
11.8'
,
'
12.1'
]
cuda-version
:
[
'
11.8'
,
'
12.1'
]
build_type
:
[
Release
]
build_type
:
[
Release
]
c_compiler
:
[
gcc
]
c_compiler
:
[
gcc
,
cl
]
include
:
include
:
-
os
:
windows-latest
c_compiler
:
cl
cpp_compiler
:
cl
-
os
:
ubuntu-latest
-
os
:
ubuntu-latest
c_compiler
:
gcc
c_compiler
:
gcc
cpp_compiler
:
g++
cpp_compiler
:
g++
exclude
:
-
os
:
ubuntu-latest
c_compiler
:
cl
-
os
:
windows-latest
c_compiler
:
gcc
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
...
...
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