Skip to content

Commit

Permalink
do it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed Dec 19, 2023
1 parent d344b2b commit bdac3ad
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,8 @@ jobs:

- name: Debug CI configure
run: >-
cmake
-S ${{github.workspace}}/.github/workflows/testcpp
-B ${{github.workspace}}/build-testcpp
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Debug CI build
working-directory: ${{github.workspace}}/build-testcpp
env:
VERBOSE: 1
run: |
cmake --build .
$CXX --std=c++20 $CXXFLAGS $(mpicxx --showme:compile) -c ${{github.workspace}}/.github/workflows/testcpp/test.cpp -o test.o
$CXX --std=c++20 $LDFLAGS $(mpicxx --showme:link) test.o -o test
- name: Code make build dir
run: mkdir -p ${{github.workspace}}/build
Expand Down

0 comments on commit bdac3ad

Please sign in to comment.