Skip to content

Commit 9c17a06

Browse files
committed
Travis CI
1 parent 5d09185 commit 9c17a06

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: generic
2+
sudo: required
3+
dist: xenial
4+
5+
before_install:
6+
- sudo rm -f /var/cache/apt/archives/lock || true
7+
- sudo rm -f /var/lib/dpkg/lock || true
8+
# - sudo apt-get update
9+
- sudo apt-get install -y lazarus-1.6
10+
11+
script:
12+
- lazbuild microcoind.lpi
13+

0 commit comments

Comments
 (0)