Skip to content

Commit f089c1c

Browse files
committed
Added workflow file.
1 parent 3502f13 commit f089c1c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/main.workflow

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)