here we go
This commit is contained in:
		
							parent
							
								
									4af927f7e9
								
							
						
					
					
						commit
						0744168198
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,6 @@
 | 
			
		|||
(asdf:load-asd (pathname (truename "tfcserver.asd")))
 | 
			
		||||
(asdf:load-system "tfcserver")
 | 
			
		||||
(when (find-package :ql) (funcall (read-from-string "ql:quickload") :tfcserver))
 | 
			
		||||
;; (push :deploy-console *features*)
 | 
			
		||||
(push :deploy-console *features*)
 | 
			
		||||
(asdf:make :tfcserver)
 | 
			
		||||
(quit)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
#-asdf3.1 (error "requires asdf 3.1")
 | 
			
		||||
;; #+linux (deploy:define-library deploy::compression-lib :dont-deploy T)
 | 
			
		||||
#+linux (deploy:define-library deploy::compression-lib :dont-deploy T)
 | 
			
		||||
 | 
			
		||||
(defsystem "tfcserver"
 | 
			
		||||
  :version "0.1.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -12,7 +12,7 @@
 | 
			
		|||
  :description "Restful server to handle website pieces"
 | 
			
		||||
  :long-description "Restful server to handle website pieces"
 | 
			
		||||
  ;; :in-order-to ((test-op (test-op "tfcserver-test")))
 | 
			
		||||
  ;; :defsystem-depends-on (:deploy)  ;; (ql:quickload "deploy") before
 | 
			
		||||
  :build-operation "program-op" ;; leave as is
 | 
			
		||||
  :defsystem-depends-on (:deploy)  ;; (ql:quickload "deploy") before
 | 
			
		||||
  :build-operation "deploy-op" ;; leave as is
 | 
			
		||||
  :build-pathname "tfcapi"
 | 
			
		||||
  :entry-point "tfc-server::main")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue