From 8745fd05b0fcff48a1923854183fd6a4516f6e6b Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 29 May 2023 12:49:41 +0200 Subject: gitlab-ci --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 597eb1d..e5ac6f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,8 @@ build: - export NIX_PATH=nixpkgs=channel:nixos-unstable script: - - nix-env -f shell.nix -i -A buildInputs - - python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms - - make build + - nix-shell --command "make build" + - "echo $(ls)" artifacts: paths: -- cgit v1.2.3