Skip to content

Commit

Permalink
Attempting to add back in python client
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Nov 27, 2023
1 parent ec22474 commit ee616fa
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,28 +437,27 @@ end-to-end-arango-setup:
- arangod --version
- ./scripts/run_arango_service.sh


#end-to-end-client-test:
# variables:
# GIT_STRATEGY: clone
# stage: end-to-end-test
# tags:
# - ci-datafed-client
# script:
# - ./scripts/generate_datafed.sh
# - env
# - cat ./config/datafed.sh
# - >
# cmake -S. -B build
# -DENABLE_FOXX_TESTS=OFF
# -DBUILD_CORE_SERVER=OFF
# -DBUILD_COMMON=OFF
# -DBUILD_WEB_SERVER=OFF
# -DBUILD_DOCS=OFF
# -DBUILD_PYTHON_CLIENT=ON
# -DBUILD_TESTS=ON
# -DENABLE_END_TO_END_TESTS=ON
# -DINSTALL_FOXX=OFF
# - cmake --build build
# - cmake --build build --target install
end-to-end-client-test:
variables:
GIT_STRATEGY: clone
stage: end-to-end-test
tags:
- ci-datafed-client
script:
- ./scripts/generate_datafed.sh
- env
- cat ./config/datafed.sh
- >
cmake -S. -B build
-DENABLE_FOXX_TESTS=OFF
-DBUILD_CORE_SERVER=OFF
-DBUILD_COMMON=OFF
-DBUILD_WEB_SERVER=OFF
-DBUILD_DOCS=OFF
-DBUILD_PYTHON_CLIENT=ON
-DBUILD_TESTS=ON
-DENABLE_END_TO_END_TESTS=ON
-DINSTALL_FOXX=OFF
- cmake --build build
- cmake --build build --target pydatafed

0 comments on commit ee616fa

Please sign in to comment.