From b48dcd9afaa3be9e950151f8b92a642f6ebfa078 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Tue, 12 Dec 2017 11:01:43 -0800 Subject: [PATCH] Add details on new website / jenkins build --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4bffc829..b40a29bc 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ This target is hosted at https://makecode.calliope.cc. +## Hosted editor and build +Hosted at: https://c371bd6d-007a-42fb-a45c-39891824b813.pxt.io
+Jenkins build: https://ci2.dot.net/job/Private/job/pxt_project_teal/job/master/ + + ### BUILD COMMENTS - build libs/core/dal.d.ts new requires some meddling, as the `#define` parser does not parse `#ifdef` and thus has some conflicts with double defines constants - -[![Build Status](https://travis-ci.org/Microsoft/pxt-calliope.svg?branch=master)](https://travis-ci.org/Microsoft/pxt-calliope) - ![](http://calliope.cc/content/1-ueber-mini/mini_board.png) ## Local server @@ -76,9 +78,6 @@ To test something on the device: The `lang-test0` source comes from the `pxt-core` package. It's also tested with `pxt run` there. -## Jenkins build -https://ci2.dot.net/job/Private/job/pxt_project_teal/job/master/ - ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.