We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0905df9 commit eb2d307Copy full SHA for eb2d307
.github/workflows/build_test.yml
@@ -1,5 +1,7 @@
1
name: Build Test
2
-on: push
+on:
3
+ push:
4
+ pull_request:
5
6
jobs:
7
test:
@@ -11,7 +13,7 @@ jobs:
11
13
build_args: ""
12
14
name: "Build with GNU compilers"
15
- tag: gnu
- build_args: "-DENABLE_LIBXC=1"
16
+ build_args: "-DENABLE_LIBXC=1 -DENABLE_DEEPKS=1"
17
name: "Build with GNU compilers and extra components"
18
- tag: intel
19
@@ -20,7 +22,7 @@ jobs:
20
22
build_args: "-DUSE_CUDA=1"
21
23
name: "Build with CUDA kit"
24
name: ${{ matrix.name }}
- container: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.tag }}
25
+ container: ghcr.io/deepmodeling/abacus-development-kit:${{ matrix.tag }}
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v3
0 commit comments