Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/ci
Anmol Sethi 6282cd7e7b
Simplify packaging and improve scripts
Much better test now as well.
2020-05-08 01:04:24 -04:00
..
build Simplify packaging and improve scripts 2020-05-08 01:04:24 -04:00
container Switch fully to GH Actions 2020-05-07 23:13:28 -04:00
dev Switch fully to GH Actions 2020-05-07 23:13:28 -04:00
release-container Simplify packaging and improve scripts 2020-05-08 01:04:24 -04:00
steps Simplify packaging and improve scripts 2020-05-08 01:04:24 -04:00
lib.sh Add NPM package, debs, rpms and refactor CI/build process 2020-05-06 20:25:52 -04:00
README.md Simplify packaging and improve scripts 2020-05-08 01:04:24 -04:00

ci

This directory contains scripts used for code-server's continuous integration infrastructure.

Many of these scripts contain more detailed documentation and options in comments at the top.

Any file and directory added into this tree should be documented here.

dev

This directory contains scripts used for the development of code-server.

build

This directory contains the scripts used to build code-server. You can disable minification by setting MINIFY=.

release-container

This directory contains the release docker container.

container

This directory contains the container for CI.

steps

This directory contains a few scripts used in CI. Just helps avoid clobbering .travis.yml.