Skip to content

Commit 03c9d1f

Browse files
committed
added updating architectures stage in .travis.yml
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent acdf3b2 commit 03c9d1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ env:
7373
stages:
7474
# - name: Build
7575
# if: type != cron
76+
- name: Update Arch
77+
if: type != cron
7678
- name: Test
7779
if: type != cron
7880
- name: Build Coverity
@@ -89,6 +91,10 @@ jobs:
8991
#script:
9092
#- ./.github/travis/build.sh
9193

94+
- stage: Update Arch
95+
name: "Updating Architectures"
96+
script:
97+
- ./dev/upgrade_vtr_archs.sh
9298
- stage: Test
9399
name: "Code Formatting"
94100
script:

dev/upgrade_vtr_archs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
find vpr libs/libarchfpga ODIN_II vtr_flow/arch -name '*.xml' | xargs -n 1 python2 ./vtr_flow/scripts/upgrade_arch.py
3+
find vpr libs/libarchfpga ODIN_II vtr_flow/arch utils/fasm/test -name '*.xml' | xargs -n 1 ./vtr_flow/scripts/upgrade_arch.py

0 commit comments

Comments
 (0)