repo.or.cz
/
geos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tagged release 3.4.3
[geos.git]
/
.gitlab-ci.yml
blob
8bc2b80df06e6bb580b7b86dc3aa21d6ca356dee
1
# See https://gitlab.com/help/ci/quick_start/README
2
test:
3
script:
4
- apt-get update -qq
5
- apt-get install -y build-essential autoconf automake libtool lsb-release
6
- lsb_release -a
7
- uname -a
8
- ./autogen.sh
9
- ./configure
10
- make
11
- make check
12
- make distcheck