diff --git a/.circleci/config.yml b/.circleci/config.yml index 3594a25..c658d8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,25 @@ jobs: environment: DEBIAN_FRONTEND: noninteractive docker: - - image: phanect/debian-kde + - image: debian:buster + environment: + DEBIAN_FRONTEND: noninteractive + steps: + - run: + command: | + apt-get update -qq + apt-get install --yes git sudo + - checkout + - run: + command: | + ./setup.sh + + build-debian-wsl: + working_directory: ~/ossetup + environment: + DEBIAN_FRONTEND: noninteractive + docker: + - image: debian:stretch environment: DEBIAN_FRONTEND: noninteractive steps: @@ -54,6 +72,5 @@ workflows: build_all: jobs: - build-neon - # Debian is now disabled since I don't use Debian for now. - # Keep commented out for the time I will use Debian again - # - build-debian + - build-debian + - build-debian-wsl diff --git a/packages.json b/packages.json index 308522d..5734c79 100644 --- a/packages.json +++ b/packages.json @@ -74,9 +74,6 @@ "ubuntu": { "all": [ "fonts-takao-pgothic" - ], - "werewolf": [ - "kde-telepathy-legacy-presence-applet" ] }, "debian": { diff --git a/setup.sh b/setup.sh index f593290..cfea0e5 100755 --- a/setup.sh +++ b/setup.sh @@ -34,7 +34,7 @@ sudo apt-get autoremove --yes sudo apt-get dist-upgrade --yes # Add Node.js Repo -curl --sSL https://deb.nodesource.com/setup_12.x | sudo --preserve-env bash - +curl -sSL https://deb.nodesource.com/setup_12.x | sudo --preserve-env bash - # Add yarn Repo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -