Skip to content

Commit

Permalink
circleci: import config
Browse files Browse the repository at this point in the history
  • Loading branch information
Depth118 committed Jul 22, 2020
1 parent 1ff3e71 commit 251ac03
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1
jobs:
compile:
docker:
- image: ubuntu:18.04
steps:
- run:
command: |
apt-get -y update && apt-get -y upgrade && apt-get -y install bc build-essential zip gcc clang libc6 curl libstdc++6 git wget libssl-dev zstd
git clone --depth=1 https://github.com/tesla59/hydra_kernel -b ten
cd hydra_kernel
wget https://raw.githubusercontent.com/tesla59/scripts/master/kernel.sh
source kernel.sh
workflows:
version: 2.1
cooking:
jobs:
- compile

0 comments on commit 251ac03

Please sign in to comment.