Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding an integration test to show fetch_content can work #2894

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3d68adf
adding an integration test to show fetch_content can work
K20shores Mar 15, 2024
0dc595c
trying to cache deps
K20shores Mar 15, 2024
81b0ca0
removing the caching from windows stuff, didn't know what I was doing
K20shores Mar 15, 2024
a9a8dfb
fetching the h5 stuff
K20shores Mar 15, 2024
96ad9ae
ubuntu needed matrix
K20shores Mar 15, 2024
dfc6031
environment variables
K20shores Mar 15, 2024
9df0730
installing deps on linux
K20shores Mar 15, 2024
cac854f
correcting paths
K20shores Mar 15, 2024
a4aa0f9
path again
K20shores Mar 15, 2024
5b8c273
including documentation for fetch content
K20shores Mar 15, 2024
e6da400
fixing paths
K20shores Mar 15, 2024
70e5f15
debugging the find
K20shores Mar 18, 2024
40866b7
setting cmake path
K20shores Mar 18, 2024
8043ba7
just the one
K20shores Mar 18, 2024
8ae6795
debug
K20shores Mar 18, 2024
479cf1e
wrong one
K20shores Mar 18, 2024
9d6e798
maybe this
K20shores Mar 18, 2024
0d68b33
fixing path
K20shores Mar 18, 2024
6cbff81
verbose serial build
K20shores Mar 18, 2024
150b2c0
and now this
K20shores Mar 18, 2024
487faa9
adding a library?
K20shores Mar 18, 2024
b5f82d3
correct name
K20shores Mar 18, 2024
62bea0c
installing curl?
K20shores Mar 18, 2024
9c7cb02
full name
K20shores Mar 18, 2024
d77206a
maybe curl works now?
K20shores Mar 19, 2024
7d1c71a
removing fetch content example from cygwin and mingw builds
K20shores Mar 22, 2024
ccfcafd
adding appveyor fetch content test
K20shores Mar 22, 2024
bcb3170
trying to correct appveyor
K20shores Mar 22, 2024
c834636
testing the fetch content thing
K20shores Mar 22, 2024
f216dbf
making appveyor pass
K20shores Mar 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wrong one
K20shores committed Mar 18, 2024
commit 479cf1ecd097d4effb0c72ca4f08f8870183f636
3 changes: 0 additions & 3 deletions .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
@@ -100,9 +100,6 @@ jobs:
libdeflate-devel gcc-core libcurl-devel libiconv-devel
libssl-devel libcrypt-devel

- name: List contents of /mingw64/lib/cmake/
run: ls -l /mingw64/lib/cmake/

- name: Run Cmake
run: |
cd integration_tests/fetch_content
3 changes: 3 additions & 0 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
@@ -90,6 +90,9 @@ jobs:
update: true
install: git mingw-w64-x86_64-toolchain automake libtool autoconf make cmake mingw-w64-x86_64-hdf5 unzip mingw-w64-x86_64-libxml2 mingw-w64-x86_64-zlib

- name: List contents of /mingw64/lib/cmake/
run: ls -l /mingw64/lib/cmake/

- name: Run Cmake
run: |
cd integration_tests/fetch_content