Test new CI/CD #3.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rafal Kupiec 2020-06-20 00:26:54 +02:00
parent ad92115b02
commit 2dd0e8b79e
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ steps:
- make install - make install
- name: test - name: test
commands: commands:
- pwd - binary/aer tests/include_statements.aer
- env - cat tests/include_statements.exp
- find .
- make tests - make tests