Skip to content

Commit

Permalink
Add StellarSolver library to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan authored and knro committed Oct 12, 2020
1 parent f597ae8 commit 9e941a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ cache:
# - always

.build_recipe: &build_recipe
- apt update
- apt -y --no-install-recommends install libindi1 indi-bin xplanet gsc phd2 libstellarsolver-dev
- mkdir -p kstars-build
- cd kstars-build
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. -DCCACHE_SUPPORT=ON -DBUILD_TESTING=${BUILD_TESTING:-OFF} -DBUILD_DOC=${BUILD_DOC:-OFF}
Expand Down
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@ RUN apt install -y --no-install-recommends \
libsaxon-java \
openjdk-11-jre-headless

# StellarSolver
RUN apt install -y --no-install-recommends \
libstellarsolver-dev

CMD /bin/bash

0 comments on commit 9e941a7

Please sign in to comment.