Skip to content

Commit 293adda

Browse files
authored
Added Travis CI build tracker
1 parent 17f7783 commit 293adda

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44

55
Yat is a toy programming language supporting static type safety. It was created for the compilers class in Technical University of Varna. The lexer and parser are built using flex and bison and the code generation is done using LLVM.
66

7+
8+
9+
| | **Architecture** | **Master** |
10+
|---|:---:|:---:|
11+
| **Windows 10** | x86_64 | [![Build Status](https://travis-ci.com/ageorgiev97/yat.svg?branch=master)](https://travis-ci.com/ageorgiev97/yat)|
12+
| **Ubuntu 18.04** | x86_64 | [![Build Status](https://travis-ci.com/ageorgiev97/yat.svg?branch=master)](https://travis-ci.com/ageorgiev97/yat)|
13+
14+
15+
716
## Dependencies:
817
```
918
1. LLVM 8.0(llc,opt)
1019
2. flex
1120
3. bison
12-
4. clang and clang++
1321
```

0 commit comments

Comments
 (0)