forked from sosy-lab/java-smt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
22 lines (19 loc) · 745 Bytes
/
.gitlab-ci.yml
File metadata and controls
22 lines (19 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file is part of JavaSMT,
# an API wrapper for a collection of SMT solvers:
# https://github.com/sosy-lab/java-smt
#
# SPDX-FileCopyrightText: 2020 Dirk Beyer <https://www.sosy-lab.org>
#
# SPDX-License-Identifier: Apache-2.0
include: /build/gitlab-ci.yml
variables:
PROJECT_PATH: "sosy-lab/software/java-smt"
GH_REF: "github.com/sosy-lab/java-smt"
# Version of https://gitlab.com/sosy-lab/software/refaster/ to use
REFASTER_REPO_REVISION: 31cd8ffc4966957e156665dbba76679ade5bb5c9
# Needs to be synchronized with Error Prone version in lib/ivy.xml
REFASTER_VERSION: 2.21.1
build:jdk-17:
variables:
# https://github.com/google/error-prone/issues/1106
ANT_PROPS_BUILD: "-Divy.disable=true -Derrorprone.disable=true"