blob: d49af6621897654b4a385ad4efb04af51eae5043 [file] [log] [blame]
agorararmard790b9522020-10-21 19:39:39 +02001# Copyright 2020 Efabless Corporation
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.
14
15language: minimal
16
17
18services:
19 - docker
20
21os:
22 - linux
23
24jobs:
25 include:
26 - name: "hd library"
27 env: STD_CELL_LIBRARY=sky130_fd_sc_hd
28 - name: "hs library"
29 env: STD_CELL_LIBRARY=sky130_fd_sc_hs
30 - name: "ms library"
31 env: STD_CELL_LIBRARY=sky130_fd_sc_ms
32 - name: "ls library"
33 env: STD_CELL_LIBRARY=sky130_fd_sc_ls
34 - name: "hdll library"
35 env: STD_CELL_LIBRARY=sky130_fd_sc_hdll
agorararmard830fcc62020-11-16 23:20:26 +020036 - name: "hvl library"
37 env: STD_CELL_LIBRARY=sky130_fd_sc_hvl
agorararmard790b9522020-10-21 19:39:39 +020038 - name: "all libraries"
39 env: STD_CELL_LIBRARY=all
40 allow_failures:
41 - name: "all libraries"
42 env: STD_CELL_LIBRARY=all
43
44install:
45 - bash .travisCI/travisBuild.sh
46
47script:
48 - bash .travisCI/travisTest.sh