diff options
author | Autechre | 2020-10-06 20:50:23 +0200 |
---|---|---|
committer | GitHub | 2020-10-06 20:50:23 +0200 |
commit | efbf3001b4878e213ad8d080736754da60de3d99 (patch) | |
tree | 28c1d60d2fd8dd9e1b368be3d98b05f74d061f7a | |
parent | d72dae46a9fbe88ce48b036cb5da1a02bb874cbf (diff) | |
download | snes9x2002-efbf3001b4878e213ad8d080736754da60de3d99.tar.gz snes9x2002-efbf3001b4878e213ad8d080736754da60de3d99.tar.bz2 snes9x2002-efbf3001b4878e213ad8d080736754da60de3d99.zip |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03c604e..ca22934 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,6 @@ include: - template: Jobs/Code-Quality.gitlab-ci.yml - project: 'libretro-infrastructure/ci-templates' - file: '/libnx-static.yml' - - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' - project: 'libretro-infrastructure/ci-templates' file: '/windows-x64-mingw.yml' @@ -53,7 +51,3 @@ android-x86: - .libretro-android-jni-x86 # Static -libretro-build-libnx-aarch64: - extends: - - .core-defs - - .libretro-libnx-static-retroarch-master |