From 6a638c04601552e26be578290b8b1ec98bcf777b Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 29 May 2023 11:13:49 +0200 Subject: gitlab-ci --- .gitlab-ci.yml | 1 + shell.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e6b04a..94c0ce0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ build: script: # - make build + - 'echo $(which make)' - bazel build //app/java:dnsproxy artifacts: diff --git a/shell.nix b/shell.nix index d457038..c298e4e 100644 --- a/shell.nix +++ b/shell.nix @@ -22,5 +22,7 @@ mkShell rec { shellHook = '' # TODO: replace with nix builtins python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms + echo $(which bazel) + echo $(which make) ''; } -- cgit v1.2.3