]> granicus.if.org Git - pdns/commitdiff
Move auth build and test to workflow
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 8 Apr 2019 08:27:51 +0000 (10:27 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 6 May 2019 09:46:49 +0000 (11:46 +0200)
.circleci/config.yml

index 5905c91a281c80d64a8ab32e9c8e9ac27014310f..04cd4979b645f2b64080fcba7d63a84cd1545f90 100644 (file)
@@ -22,7 +22,7 @@ commands:
           ./start-test-stop 5300 << parameters.context >>
 
 jobs:
-  build:
+  build-auth:
     docker:
       - image: debian:stretch
       - image: mcr.microsoft.com/mssql/server:2019-CTP2.2-ubuntu
@@ -78,3 +78,9 @@ jobs:
       - auth-regress:
           context: godbc_mssql-nsec3-narrow
           skip: 8bit-txt-unescaped
+
+workflows:
+  version: 2
+  auth:
+    jobs:
+      - build-auth