summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--shell.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b83e95..d9cc943 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ build:
script:
- make build
+ - bazel build //app/java:dnsproxy
artifacts:
paths:
diff --git a/shell.nix b/shell.nix
index b209e9a..d457038 100644
--- a/shell.nix
+++ b/shell.nix
@@ -22,6 +22,5 @@ mkShell rec {
shellHook = ''
# TODO: replace with nix builtins
python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms
- echo $(which make)
'';
}