gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 76/151: Azure Pipelines: initial CI setup


From: gnunet
Subject: [gnurl] 76/151: Azure Pipelines: initial CI setup
Date: Fri, 20 Dec 2019 14:26:25 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 6983898b21a2e5aa2c6ec72d38e4c3d52dfa9968
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Dec 2 15:37:09 2019 +0100

    Azure Pipelines: initial CI setup
    
    [skip ci]
---
 .azure-pipelines.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
new file mode 100644
index 000000000..01d0e48b9
--- /dev/null
+++ b/.azure-pipelines.yml
@@ -0,0 +1,20 @@
+# Starter pipeline
+# Start with a minimal pipeline that you can customize to build and deploy 
your code.
+# Add steps that build, run tests, deploy, and more:
+# https://aka.ms/yaml
+
+trigger:
+- master
+
+pool:
+  vmImage: 'ubuntu-latest'
+
+steps:
+- script: ./buildconf && ./configure
+  displayName: 'Run configure'
+
+- script: make
+  displayName: 'make'
+
+- script: test
+  displayName: 'make check'

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]