ysiraichi / enfield

An OpenQASM source-to-source Compiler.
GNU General Public License v2.0
20 stars 8 forks source link

Continuous integration implementation. #9

Closed ysiraichi closed 6 years ago

ysiraichi commented 6 years ago

Implements #5 . .travis.yml created. Executing two sh tests on /ci/:

ysiraichi commented 6 years ago

Oh... It seems it's already fixed with #8, because we changed from pointers to std::shared_ptr. However that is not good. We should still merge the fix from #11.