enable ci
This commit is contained in:
		
							parent
							
								
									e9e47edc9e
								
							
						
					
					
						commit
						6c1d0d42c5
					
				| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
version: 2
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    docker:
 | 
			
		||||
      - image: debian:stretch
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - checkout
 | 
			
		||||
 | 
			
		||||
      - run:
 | 
			
		||||
          name: Greeting
 | 
			
		||||
          command: echo Hello, world.
 | 
			
		||||
 | 
			
		||||
      - run:
 | 
			
		||||
          name: Print the Current Time
 | 
			
		||||
          command: date
 | 
			
		||||
		Loading…
	
		Reference in New Issue