diff options
-rw-r--r-- | .gitlab-ci.yml | 5 | ||||
-rw-r--r-- | nix/gitlab-ci.nix (renamed from gitlab-ci.nix) | 0 |
2 files changed, 2 insertions, 3 deletions
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: diff --git a/gitlab-ci.nix b/nix/gitlab-ci.nix index 4fbba37..4fbba37 100644 --- a/gitlab-ci.nix +++ b/nix/gitlab-ci.nix |