Remove the old .env.example and .ci file

This commit is contained in:
Sameer Rahmani 2023-02-03 17:30:17 +00:00
parent 861ff7ed38
commit e1a115e85a
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 0 additions and 37 deletions

26
.ci.yml
View File

@ -1,26 +0,0 @@
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
trigger:
when:
branch:
- master
steps:
- name: Build
image: rg.fr-par.scw.cloud/serene/llvm:15-8
commands:
- cmake --version
- ./builder build -DLLVM_USE_PERF=ON
- ln -s build/compile_commands.json ./compile_commands.json
- name: Linters
image: rg.fr-par.scw.cloud/serene/llvm:15-8
commands:
- pre-commit run clang-format -a
- pre-commit run cppcheck -a
- pre-commit run shell-lint -a

View File

@ -1,11 +0,0 @@
SERENE_REGISTERY_USER=nologin
SERENE_REGISTERY_PASS=<token>
REGISTRY=rg.fr-par.scw.cloud/serene
# Path to a directory which the builder script will
# use to setup the dev env
DEV_FS_DIR=/home/lxsameer/src/serene/devfs
# Leave it as it is or if you want to use your own
# fs repo change the address to your copy.
SERENE_FS_REPO=https://dl.serene-lang.org/devfs/