Skip to content

Commit

Permalink
Astrometry tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan authored and knro committed Jun 7, 2021
1 parent 15bc20a commit 711a107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- test
- test-unstable

image: tallfurryman/kstars-ci:0.7
image: tallfurryman/kstars-ci:0.8

variables:
CCACHE_BASEDIR: "$CI_PROJECT_DIR"
Expand Down
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,10 @@ RUN apt install -y --no-install-recommends \
libsaxon-java \
openjdk-11-jre-headless

# Astrometry
ADD http://broiler.astrometry.net/~dstn/4200/index-4208.fits /root/.local/share/kstars/astrometry/
ADD http://broiler.astrometry.net/~dstn/4200/index-4209.fits /root/.local/share/kstars/astrometry/
ADD http://broiler.astrometry.net/~dstn/4200/index-4210.fits /root/.local/share/kstars/astrometry/

CMD /bin/bash

0 comments on commit 711a107

Please sign in to comment.