aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index eba0594..1ec7fd5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,7 +1,7 @@
version: 2
jobs:
- gcc:
+ compile:
docker:
- image: ubuntu:18.04
working_directory: ~/nnn
@@ -73,12 +73,12 @@ workflows:
test:
jobs: &all-tests
- - gcc
+ - compile
nightly:
triggers:
- schedule:
- cron: "0 0 * * *"
+ cron: "0 0 * * 0"
filters:
branches:
only: