You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,13 +11,13 @@ It includes the CI pipeline to automatically build self-contained executables fo
11
11
1. Fork this repo
12
12
2. Edit [src/main.py](/src/main.py) as needed
13
13
3. Add any required python modules to [requirements.txt](/requirements.txt)
14
-
4. Go to Settings -> CI/CD and make sure that you have defined a "General pipeline." The default settings should be fine.
15
14
16
-
When you push git commits to gitlab on master, gitlab will automatically spin up containers in GCP and build your application's executables for all target platforms.
15
+
When you push git commits to github on master, github will automatically spin up containers in the cloud and build your application's executables for all target platforms.
17
16
18
17
# TODO
19
18
20
-
1. Figure out how to build a Mac release on gitlab shared runners in GCP (vagrant with libvirt?)
19
+
1. Finish migration from gitlab to github (get workflows working for linux & mac builds)
0 commit comments