Update '.drone.yml'
This commit is contained in:
		@@ -9,6 +9,7 @@ steps:
 | 
			
		||||
  - pacman -Sy --noconfirm
 | 
			
		||||
  - pacman -S cmake make gcc --noconfirm
 | 
			
		||||
  - mkdir build
 | 
			
		||||
  - export CXX=g++
 | 
			
		||||
  - cd build
 | 
			
		||||
  - cmake ..
 | 
			
		||||
  - make
 | 
			
		||||
@@ -21,6 +22,7 @@ steps:
 | 
			
		||||
  - pacman -S cmake make gcc --noconfirm
 | 
			
		||||
  - mkdir build
 | 
			
		||||
  - cd build
 | 
			
		||||
  - export CXX=g++
 | 
			
		||||
  - cmake ..
 | 
			
		||||
  - make
 | 
			
		||||
  - ./testbin
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user