mirror of
				https://gitlab.freedesktop.org/libbsd/libbsd.git
				synced 2025-11-04 12:17:40 +01:00 
			
		
		
		
	build: Install libmd-dev in the gitlab CI
This commit is contained in:
		@@ -3,7 +3,7 @@ image: debian:buster
 | 
				
			|||||||
test:
 | 
					test:
 | 
				
			||||||
  before_script:
 | 
					  before_script:
 | 
				
			||||||
    - apt update -qq
 | 
					    - apt update -qq
 | 
				
			||||||
    - apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool
 | 
					    - apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool libmd-dev
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - ./autogen && ./configure
 | 
					    - ./autogen && ./configure
 | 
				
			||||||
    - make check
 | 
					    - make check
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user