Skip to content
Snippets Groups Projects
Commit b0ae6507 authored by Adrian Reyer's avatar Adrian Reyer
Browse files

targets ar71xx only

parent f0d957f8
No related branches found
No related tags found
No related merge requests found
...@@ -41,101 +41,101 @@ target:ar71xx-generic: ...@@ -41,101 +41,101 @@ target:ar71xx-generic:
variables: variables:
GLUON_TARGET: ar71xx-generic GLUON_TARGET: ar71xx-generic
target:ar71xx-nand: #target:ar71xx-nand:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: ar71xx-nand # GLUON_TARGET: ar71xx-nand
#
target:ar71xx-tiny: #target:ar71xx-tiny:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: ar71xx-tiny # GLUON_TARGET: ar71xx-tiny
#
target:brcm2708-bcm2708: #target:brcm2708-bcm2708:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: brcm2708-bcm2708 # GLUON_TARGET: brcm2708-bcm2708
#
target:brcm2708-bcm2709: #target:brcm2708-bcm2709:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: brcm2708-bcm2709 # GLUON_TARGET: brcm2708-bcm2709
#
target:mpc85xx-generic: #target:mpc85xx-generic:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: mpc85xx-generic # GLUON_TARGET: mpc85xx-generic
#
target:ipq40xx: #target:ipq40xx:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: ipq40xx # GLUON_TARGET: ipq40xx
#
target:ramips-mt7621: #target:ramips-mt7621:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: ramips-mt7621 # GLUON_TARGET: ramips-mt7621
#
target:ramips-mt76x8: #target:ramips-mt76x8:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: ramips-mt76x8 # GLUON_TARGET: ramips-mt76x8
#
target:x86-generic: #target:x86-generic:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: x86-generic # GLUON_TARGET: x86-generic
#
target:x86-geode: #target:x86-geode:
extends: .target # extends: .target
only: # only:
- tags # - tags
- schedules # - schedules
- web # - web
variables: # variables:
GLUON_TARGET: x86-geode # GLUON_TARGET: x86-geode
#
target:x86-64: #target:x86-64:
extends: .target # extends: .target
variables: # variables:
GLUON_TARGET: x86-64 # GLUON_TARGET: x86-64
#
package: package:
stage: package stage: package
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment