Skip to content

Commit

Permalink
CI: remove editables
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Nov 7, 2023
1 parent bfa707d commit 051212b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 37 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cmake_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ jobs:
- name: Create default profile
run: conan profile detect --force

- name: Configure packages
working-directory: ${{env.CMAKELISTS_DIR}}
run: |
conan editable add .
conan editable add ${{github.workspace}}/lib/util
conan editable add ${{github.workspace}}/lib/renderer
conan editable add ${{github.workspace}}/lib/io
conan editable add ${{github.workspace}}/lib/io/chemfiles
conan editable add ${{github.workspace}}/lib/core
- name: Build
working-directory: ${{env.CMAKELISTS_DIR}}
run: conan build test --build=missing --build=editable --settings=compiler.cppstd=20
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/cmake_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:

- name: Create default profile
run: conan profile detect --force

- name: Configure packages
working-directory: ${{env.CMAKELISTS_DIR}}
run: |
conan editable add .
conan editable add ${{github.workspace}}/lib/util

- name: Build
working-directory: ${{env.CMAKELISTS_DIR}}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/cmake_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
- name: Create default profile
run: conan profile detect --force

- name: Configure packages
working-directory: ${{env.CMAKELISTS_DIR}}
run: |
conan editable add .
conan editable add chemfiles
conan editable add ${{github.workspace}}/lib/util
conan editable add ${{github.workspace}}/lib/core
- name: Build
working-directory: ${{env.CMAKELISTS_DIR}}
run: conan build test --build=missing --build=editable --settings=compiler.cppstd=20
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/cmake_renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:

- name: Create default profile
run: conan profile detect --force

- name: Configure packages
working-directory: ${{env.CMAKELISTS_DIR}}
run: |
conan editable add .
conan editable add ${{github.workspace}}/lib/util
conan editable add ${{github.workspace}}/lib/io
conan editable add ${{github.workspace}}/lib/io/chemfiles
conan editable add ${{github.workspace}}/lib/core

- name: Build
working-directory: ${{env.CMAKELISTS_DIR}}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/cmake_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:

- name: Create default profile
run: conan profile detect --force

- name: Configure packages
working-directory: ${{env.CMAKELISTS_DIR}}
run: conan editable add .

- name: Build
working-directory: ${{env.CMAKELISTS_DIR}}
Expand Down

0 comments on commit 051212b

Please sign in to comment.