File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 16
16
profile : minimal
17
17
- run : cargo build --release -p lognplot
18
18
- run : cargo test -p lognplot
19
+
20
+ windows_build :
21
+ name : Build on windows
22
+ runs-on : windows-latest
23
+ steps :
24
+ - uses : actions/checkout@v2
25
+ - name : Rust toolchain installation
26
+ uses : actions-rs/toolchain@v1
27
+ with :
28
+ toolchain : stable
29
+ profile : minimal
30
+ - name : Install vcpkg dependencies
31
+ env :
32
+ vcpkgResponseFile : ${{github.workspace}}/.github/workflows/response_file.txt
33
+ uses : lukka/run-vcpkg@v3
34
+ with :
35
+ vcpkgTriplet : x64-windows
36
+ vcpkgGitCommitId : 6185aa76504a5025f36754324abf307cc776f3da
37
+ vcpkgArguments : ' @${{env.vcpkgResponseFile}}'
38
+ appendedCacheKey : ${{hashFiles(env.vcpkgResponseFile)}}
39
+ - run : cargo build --release -p lognplot
40
+ - run : cargo test -p lognplot
Original file line number Diff line number Diff line change
1
+ gtk
2
+ hdf5
You can’t perform that action at this time.
0 commit comments