agorararmard | 6c766a8 | 2020-12-10 18:13:12 +0200 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 Efabless Corporation |
agorararmard | 99dbc24 | 2020-11-23 19:56:38 +0200 | [diff] [blame] | 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
agorararmard | afa96ea | 2020-12-09 23:37:31 +0200 | [diff] [blame] | 14 | # SPDX-License-Identifier: Apache-2.0 |
agorararmard | 99dbc24 | 2020-11-23 19:56:38 +0200 | [diff] [blame] | 15 | |
| 16 | language: minimal |
| 17 | |
| 18 | branches: |
| 19 | only: |
| 20 | - develop |
| 21 | - master |
| 22 | - staging |
| 23 | - /^(?i:develop)-.*$/ |
| 24 | |
| 25 | services: |
| 26 | - docker |
| 27 | |
| 28 | os: |
| 29 | - linux |
| 30 | |
| 31 | jobs: |
| 32 | include: |
| 33 | - name: "The Precheck Test" |
agorararmard | 99dbc24 | 2020-11-23 19:56:38 +0200 | [diff] [blame] | 34 | |
| 35 | install: |
| 36 | - sh .travisCI/travisBuild.sh |
| 37 | |
| 38 | script: |
Vladimir Milovanović | c4f7249 | 2020-12-18 13:56:19 +0100 | [diff] [blame] | 39 | - travis_wait 41 bash .travisCI/runPrecheck.sh |