xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Rajiv Ranganath <rajiv.ranganath@atihita.com>
To: xen-devel@lists.xen.org
Cc: sstabellini@kernel.org
Subject: [stage1-xen (RFC) PATCH 07/10] .circleci/config.yml: Add
Date: Mon, 21 Aug 2017 12:48:25 +0530	[thread overview]
Message-ID: <20170821071825.65172.26164.stgit@rajivs-macbook-pro.local> (raw)
In-Reply-To: <20170821071721.65172.78369.stgit@rajivs-macbook-pro.local>

From: Rajiv M Ranganath <rajiv.ranganath@atihita.com>


---
 .circleci/config.yml |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 .circleci/config.yml

diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644
index 0000000..67ac964
--- /dev/null
+++ b/.circleci/config.yml
@@ -0,0 +1,21 @@
+version: 2
+jobs:
+  build:
+    working_directory: /root
+    docker:
+      - image: lambdalinuxfedora/stage1-xen-fedora-buildroot:1708171409
+        command: /sbin/my_init
+    steps:
+      - run:
+          # We create `stage1-xen` directory in Dockerfile for local dev
+          # environment. Removing it here so CircleCI checkout step can work
+          # correctly
+          name: Removing stage1-xen directory from GOPATH...
+          command: |
+            rm -rf /root/gopath/src/github.com/rkt/stage1-xen
+      - checkout:
+          path: /root/gopath/src/github.com/rkt/stage1-xen
+      - run:
+          name: Starting run...
+          command: |
+            /root/bin/run


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  parent reply	other threads:[~2017-08-21  7:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-21  7:17 [stage1-xen (RFC) PATCH 00/10] Add Fedora support Rajiv Ranganath
2017-08-21  7:17 ` [stage1-xen (RFC) PATCH 01/10] .gitignore: Add Rajiv Ranganath
2017-08-21  7:17 ` [stage1-xen (RFC) PATCH 02/10] build/fedora: Add `buildroot-README.md` Rajiv Ranganath
2017-08-21  8:30   ` M A Young
2017-08-24  0:22   ` Stefano Stabellini
2017-08-21  7:17 ` [stage1-xen (RFC) PATCH 03/10] build/fedora: Add `buildroot-Dockerfile` Rajiv Ranganath
2017-08-21  7:18 ` [stage1-xen (RFC) PATCH 04/10] build/fedora: Add `run` Rajiv Ranganath
2017-08-24  0:21   ` Stefano Stabellini
2017-08-21  7:18 ` [stage1-xen (RFC) PATCH 05/10] build/fedora: Add `source_path.sh` Rajiv Ranganath
2017-08-21  7:18 ` [stage1-xen (RFC) PATCH 06/10] build/fedora: Add `xen-unstable-runit/*` scripts Rajiv Ranganath
2017-08-24  0:51   ` Stefano Stabellini
2017-08-21  7:18 ` Rajiv Ranganath [this message]
2017-08-24  0:24   ` [stage1-xen (RFC) PATCH 07/10] .circleci/config.yml: Add Stefano Stabellini
2017-08-24 10:39     ` Rajiv Ranganath
2017-08-25  0:56       ` Stefano Stabellini
2017-08-21  7:18 ` [stage1-xen (RFC) PATCH 08/10] README.md: Add CircleCI badge Rajiv Ranganath
2017-08-24  0:24   ` Stefano Stabellini
2017-08-21  7:18 ` [stage1-xen (RFC) PATCH 09/10] build/fedora: Add `RUNNING_STAGE1_XEN.md` Rajiv Ranganath
2017-08-24  0:37   ` Stefano Stabellini
2017-08-21  7:18 ` [stage1-xen (RFC) PATCH 10/10] BUILDING.md: Add Fedora instructions Rajiv Ranganath
2017-08-24  0:42   ` Stefano Stabellini
2017-08-24  0:01 ` [stage1-xen (RFC) PATCH 00/10] Add Fedora support Stefano Stabellini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170821071825.65172.26164.stgit@rajivs-macbook-pro.local \
    --to=rajiv.ranganath@atihita.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).