-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copied Files but could not get tests to run #58
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
check(o, "(x==1)&&(y==3)"); | ||
} | ||
|
||
@Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix indenation.
language: java | ||
|
||
script: | ||
- ant; | ||
- ant test; | ||
- docker-compose up --build -d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use docker-compose when we want to write multi-container Docker applications. You don't have to use it here and can simply build it with "docker build".
I could not get the tests to run, however I created the simplify packages and the ConstantPropogation.java file in src/.../service/simplify.
@PhillipVH
@Monkleys
@Zhunaidm
@steynvl
Kind Regards
Marc De Faria