This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add '.drone.yml'
main
Henry Case
3 years ago
parent
d03a10fbba
commit
21197d13b5
1 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.drone.yml
+ 13
- 0
.drone.yml
View File
@@ -0,0 +1,13 @@
kind: pipeline
type: exec
name: default
steps:
- name: backend
commands:
- mkdir build
- cd build
- cmake ..
- make
- ./test
Write
Preview
Loading…
Cancel
Save