Compare commits
2 Commits
3ac4969537
...
b534917ae3
| Author | SHA1 | Date | |
|---|---|---|---|
| b534917ae3 | |||
| 8311652d6c |
+17
-4
@@ -16,9 +16,22 @@
|
||||
(deps clean)
|
||||
(zip-package))
|
||||
|
||||
(target housekeeping
|
||||
(displayln "Committing changes for:")
|
||||
(let ((changes (git 'status)))
|
||||
(when (> (length changes) 0)
|
||||
(dgit 'status)
|
||||
(displayln "Adding...")
|
||||
(dgit 'add '-A)
|
||||
(displayln "Committing...")
|
||||
(dgit 'commit (git-prompt))
|
||||
(displayln "Pushing...")
|
||||
(dgit 'push)))
|
||||
)
|
||||
|
||||
|
||||
(target windows
|
||||
(displayln "does nothing yet"))
|
||||
;(git 'add '-A)
|
||||
;(git 'commit
|
||||
;(git 'switch "
|
||||
(deps housekeeping)
|
||||
(displayln "Switching...to x86_64-win32")
|
||||
(dgit 'switch "x86_64-win32"))
|
||||
|
||||
Reference in New Issue
Block a user