We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3502f13 commit f089c1cCopy full SHA for f089c1c
.github/main.workflow
@@ -0,0 +1,15 @@
1
+workflow "build pymoose" {
2
+ resolves = "build"
3
+ on = "push"
4
+}
5
+
6
+action "build" {
7
+ uses = "./"
8
+ args = "install"
9
+ env = {
10
+ CMAKE_GIT_REPO = "https://github.com/dilawar/moose-core",
11
+ CMAKE_INSTALL_DEPS_SCRIPT = ".travis/travis_prepare_linux.sh",
12
+ CMAKE_FLAGS = "-DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo",
13
+ CMAKE_BUILD_THREADS = "4"
14
+ }
15
0 commit comments