Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit d574024

Browse files
authored
Merge pull request #475 from pycom/public_release_pygate_v1.20.2.rc11
pygate v1.20.2.rc11
2 parents 783192e + aeabdce commit d574024

File tree

494 files changed

+26705
-24595
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

494 files changed

+26705
-24595
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
# Build directories
1313
######################
14-
esp32/build/*
15-
esp32/build-PYBYTES/*
14+
esp32/build/
15+
esp32/build-*/
1616
mpy-cross/build/*
1717
# This map file is generated here instead of the build folder...
1818
mpy-cross/*.map

Jenkinsfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
def buildVersion
22
def boards_to_build = ["WiPy", "LoPy", "SiPy", "GPy", "FiPy", "LoPy4"]
33
def variants_to_build = [ "PYBYTES" ]
4+
// FIXME: there must be a better way of adding PYGATE to Jenkins, but it evades me :(
5+
def pygate_boards_to_build = ["WiPy", "GPy", "LoPy4"]
6+
def pygate_variants_to_build = [ "PYGATE" ]
47
def boards_to_test = ["00ec51"]
58
def open_thread
69

@@ -40,6 +43,19 @@ node {
4043
parallel parallelSteps
4144
}
4245
}
46+
47+
for (board in pygate_boards_to_build) {
48+
stage(board) {
49+
def parallelSteps = [:]
50+
for (variant in pygate_variants_to_build) {
51+
board_variant = board + "_" + variant
52+
open_thread = 'off'
53+
parallelSteps[board_variant] = boardBuild(board, variant, open_thread)
54+
}
55+
parallel parallelSteps
56+
}
57+
}
58+
4359
stash includes: '**/*.tar.gz', name: 'binary'
4460
stash includes: 'tests/**', name: 'tests'
4561
stash includes: 'tools/**', name: 'tools'

docs/2wipy/general.rst

Lines changed: 0 additions & 161 deletions
This file was deleted.

docs/2wipy/quickref.rst

Lines changed: 0 additions & 167 deletions
This file was deleted.

docs/2wipy/tutorial/index.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy