Compare commits

..

16 Commits

Author SHA1 Message Date
be5c478d9f 0.8.32 2017-03-23 16:08:29 -07:00
80cc438fa8 updated to pxt-core 0.12.14 2017-03-23 16:08:17 -07:00
8080cb2bfd updated pxt ref 2017-03-17 08:32:26 -07:00
82c1717c4c 0.8.31 2017-03-08 04:17:33 -08:00
d46748cd5a updated pxt reference 2017-03-08 04:17:18 -08:00
d4197e2eb1 pointing to 0.8.30 2017-02-28 07:24:49 -08:00
1514458823 0.8.30 2017-02-28 07:17:12 -08:00
da72b09750 updated branch detection 2017-02-28 07:17:01 -08:00
437ebb4fad 0.8.29 2017-02-28 07:07:22 -08:00
b7c8709424 support for v0 branch build 2017-02-28 07:07:11 -08:00
2325ffcd76 0.8.28 2017-02-28 06:54:52 -08:00
a02476f025 Bump pxt-core to 0.11.55 2017-02-28 06:54:51 -08:00
7d35519ca8 enabling sharing 2017-02-28 06:06:25 -08:00
a45d46d4b4 0.8.27 2017-02-28 06:00:32 -08:00
176771abfb updated to v0.8.26 2017-02-27 13:44:43 -08:00
9db2687985 0.8.26 2017-02-27 13:36:32 -08:00
4 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,3 @@
{
"appref": "v0.8.21"
"appref": "v0.8.30"
}

View File

@ -13,6 +13,7 @@ echo isPR: $1
originRegex="^origin/.*"
branchRegex="^origin/\K.*(?=$)"
releaseBranchRegex = "^(master|v\d+)$"
if [[ "$GIT_BRANCH" =~ $originRegex ]]; then
branchName=$(echo ${GIT_BRANCH} | grep -oP $branchRegex)
@ -27,7 +28,7 @@ if [ "$1" == "false" ]; then
echo Setting TRAVIS_PULL_REQUEST to false
export TRAVIS_PULL_REQUEST=false
if [ $TRAVIS_BRANCH == "master" ]; then
if [[ "$TRAVIS_BRANCH" =~ $releaseBranchRegex ]]; then
if [[ -z $PXT_RELEASE_REPO ]]; then
echo Cannot find release repo; skipping tag checks
else

View File

@ -1,6 +1,6 @@
{
"name": "pxt-calliope",
"version": "0.8.25",
"version": "0.8.32",
"description": "Calliope Mini editor for PXT",
"keywords": [
"JavaScript",
@ -34,7 +34,7 @@
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
"pxt-core": "0.11.32"
"pxt-core": "0.12.14"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"

View File

@ -14,8 +14,8 @@
"cloud": {
"workspace": false,
"packages": true,
"sharing": false,
"publishing": false,
"sharing": true,
"publishing": true,
"preferredPackages": [
],
"githubPackages": true
@ -195,8 +195,8 @@
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"githubUrl": "https://github.com/Microsoft/pxt-calliope",
"crowdinProject": "kindscript",
"organization": "Microsoft",
"organizationUrl": "https://pxt.io/",
"organization": "Microsoft MakeCode",
"organizationUrl": "https://makecode.com/",
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray-square.png",
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-white.png",
"browserSupport": [